+ Reply to Thread
Results 1 to 1 of 1
Thread: Installing wget from source
-
Administrator
- Join Date
- May 2008
- Posts
- 45
Installing wget from source
wget http://ftp.gnu.org/gnu/wget/wget-latest.tar.gz
tar xfz wget-latest.tar.gz
cd wget-*
./configure
make
make test
make install
#cd ../
#rm -Rf wget-


LinkBack URL
About LinkBacks



Reply With Quote