The Wget package contains a utility useful for non-interactive downloading of files from the Web.
Download (HTTP): http://ftp.gnu.org/gnu/wget/wget-1.9.1.tar.gz
Download (FTP): ftp://ftp.gnu.org/gnu/wget/wget-1.9.1.tar.gz
Download MD5 sum: e6051f1e1487ec0ebfdbda72bedc70ad
Download size: 1.3 MB
Estimated disk space required: 7.7 MB
Estimated build time: 0.11 SBU
OpenSSL-0.9.7g and Dante
Install Wget by running the following commands:
./configure --prefix=/usr --sysconfdir=/etc && make
This package does not come with a test suite.
Now, as the root user:
make install
--sysconfdir=/etc: This relocates the configuration file from /usr/etc to /etc.
Last updated on 2005-08-01 13:29:19 -0600