标签:-- 结果 版本 code conf 下载 成功 img open
#查看当前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版本信息:

标签:-- 结果 版本 code conf 下载 成功 img open
原文地址:https://www.cnblogs.com/wanghaokun/p/9009888.html