#查看当前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结果:

wget安装更新

make install 成功:

wget安装更新

查看wget版本信息:

wget安装更新

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-22
  • 2021-04-01
  • 2022-01-03
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-08-04
  • 2021-04-05
  • 2021-04-09
  • 2021-12-22
  • 2021-08-20
相关资源
相似解决方案