-bash: wget: command not found 解决方法

在linux操作系统中,我们会经常要用到wget下载文件。wget非常稳定,它在带宽很窄的情况下和不稳定网络中有很强的适应性。

在linux中使用wget时,若报-bash: wget: command not found,则表明没有安装wget,需要安装,安装命令如下:

yum -y install wget

安装完成即可以使用。

猜你喜欢

转载自blog.csdn.net/wyqwilliam/article/details/85089727