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 size: 1.3 MB
Estimated Disk space required: 6.2 MB
Estimated build time: 0.11 SBU
OpenSSL-0.9.7d 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.