wget安装更新

#查看当前wget版本信息
wget -V
#下载
wget https://ftp.gnu.org/gnu/wget/wget-1.19.tar.gz
#解压
tar xvf wget-1.19.tar.gz
#配置
cd wget-1.19
./configure --prefix=/usr --sysconfdir=/etc --with-ssl=openssl
#编译及安装
make
make install

configure结果:

make install 成功:

查看wget版本信息:

 

posted on 2018-05-08 17:58  爱吃柠檬不加糖  阅读(1060)  评论(0编辑  收藏  举报

导航