wget的下载与安装:
下载地址:ftp://ftp.cs.cuhk.edu.hk/pub/gnu/gnu/wget
安装:先把wget下载到的tar文件解压,然后cd到wget目录下
#configure
一般会报这个错:
configure: error: --with-ssl was given, but GNUTLS is not available.- ./configure --with-ssl=openssl
#make
#make install
#make clean
简单使用:wget url(要下载的地址)
本文详细介绍了如何从源码安装wget工具,包括下载、配置、编译和安装等步骤,并解决了配置过程中可能出现的错误。
2616

被折叠的 条评论
为什么被折叠?



