wget安装更新
Posted CIBLE
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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版本信息:
以上是关于wget安装更新的主要内容,如果未能解决你的问题,请参考以下文章