码迷,mamicode.com
首页 > 其他好文 > 详细

-bash: wget: command not found

时间:2015-05-15 21:29:20      阅读:136      评论:0      收藏:0      [点我收藏+]

标签:linux   centos   wget   

错误描述:centos换源时通常会用到wget命令,而且很可能会出错

[root@node-2 ~]# wget http://mirrors.163.com/.help/CentOS6-Base-163.repo
-bash: wget: command not found

错误解决

安装wget

yum -y install wget

然后在执行就可以了

-bash: wget: command not found

标签:linux   centos   wget   

原文地址:http://blog.csdn.net/moolight_shadow/article/details/45748893

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!