wget install update

#View current wget version information
wget -V
#download
wget https: // ftp.gnu.org/gnu/wget/wget-1.19.tar.gz 
#Unzip
tar xvf wget-1.19.tar.gz
#configure
cd wget-1.19
./configure --prefix=/usr --sysconfdir=/etc --with-ssl=openssl
#Compile and install
make
make install

configure result:

make install succeeds:

View wget version information:

 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325854458&siteId=291194637