打开终端逐条输入

curl -O http://ftp.gnu.org/gnu/wget/wget-1.13.4.tar.gz
tar -xzf wget-1.13.4.tar.gz
cd wget-1.13.4
./configure --with-ssl=openssl
make
sudo make install
wget --help
cd .. && rm -rf wget*

 

相关文章:

  • 2021-12-04
  • 2022-02-07
  • 2021-12-22
  • 2022-01-22
猜你喜欢
  • 2021-12-27
  • 2022-12-23
  • 2022-12-23
  • 2021-07-04
  • 2021-12-16
  • 2021-07-19
相关资源
相似解决方案