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: 6.2 MB
Estimated build time: 0.11 SBU
OpenSSL-0.9.7e and Dante
Install Wget by running the following commands:
./configure --prefix=/usr --sysconfdir=/etc &&
make &&
make install
--prefix=/usr: This compiles and installs wget into the /usr hierarchy instead of /usr/local.
--sysconfdir=/etc: This relocates the configuration file from /usr/etc to /etc.
The Wget package contains wget.
Last updated on 2005-02-11 08:57:40 -0700