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

淩亂°似流年 2022-06-10 07:20 336阅读 0赞

原文转载至:http://blog.csdn.net/youzhouliu/article/details/51194361

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

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

yum -y install wget

安装完成即可以使用。

发表评论

表情:
评论列表 (有 0 条评论,336人围观)

还没有评论,来说两句吧...

相关阅读