Freebsd: Install wget Utility To Download Files From The Internet

11:08 am in FreeBSD, Unix by emran

Install wget Using FreeBSD Ports Collection

Type the following command as root user to upgrade ports tree, enter:

# portsnap fetch update

Now, install the wget, enter:

# cd /usr/ports/ftp/wget
# make install clean
# rehash