系统执行 wget 时提示 -bash:wget command not found ,很明显没有安装 wget 软件包。 一般 linux 最小化安装时,wget 不会默认被安装。有以下两种解决方法:
通过 rpm 安装
输入以下代码安装。
rpm ivh wget-1.12-1.4.el6.x86_64.rpm
rpm下载源地址:http://mirrors.163.com/centos/6.2/os/x86_64/Packages/
下载wget的RPM包:http://mirrors.163.com/centos/6.2/os/x86_64/Packages/wget-1.12-1.4.el6.x86_64.rpm
通过 yum 安装
该方法比较简单快捷。
yum -y install wget
本文为原创文章,著作权归作者所有:来自「KOBIN 技术随笔」作者的原创作品,转载请标明出处。
执行 wget 提示错误 -bash: wget command not found
https://blog.kobin.cn/blog/system/s2/363.html
执行 wget 提示错误 -bash: wget command not found
https://blog.kobin.cn/blog/system/s2/363.html