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

-bash: wget: command not found的两种解决方法

时间:2015-03-07 15:32:34      阅读:1825      评论:0      收藏:0      [点我收藏+]

标签:

今天给服务器安装新环境时,wget 时提示 -bash:wget command not found,很明显没有安装wget软件包。一般linux最小化安装时,wget不会默认被安装,这里是CentOS 6.5 64位系统

解决方法:

1、rpm 安装

下载wget的RPM包:

rpm ivh wget-1.12-1.4.el6.i686.rpm 安装即可;64位当然选择wget-1.12-1.4.el6.x86_64.rpm了

2、yum安装
yum -y install wget

即可安装;

-bash: wget: command not found的两种解决方法

标签:

原文地址:http://www.cnblogs.com/yangxia-test/p/4320347.html

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