wget: command not found

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

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

可以通过以下两种方法来安装:

1、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

rpm ivh wget-1.12-1.4.el6.x86_64.rpm 安装即可。

如果客户端用的是SecureCRT,linux下没装rzsz 包时,rz无法上传文件怎么办?我想到的是安装另一个SSH客户端:SSH Secure Shell。然后传到服务器上安装,这个比较费劲,所以推荐用第二种方法,不过如果yum包也没有安装的话,那就只能用这种方法了。

2、yum安装

yum -y install wget

显然第二种方法比较简单快捷。

时间: 2024-11-15 19:31:40

wget: command not found的相关文章

-bash: wget: command not found

错误描述:centos换源时通常会用到wget命令,而且很可能会出错 [[email protected]2 ~]# wget http://mirrors.163.com/.help/CentOS6-Base-163.repo -bash: wget: command not found 错误解决 安装wget yum -y install wget 然后在执行就可以了

centos下wget: command not found的解决方法

今天给服务器安装新LNMP环境时,wget 时提示 -bash:wget command not found,很明显没有安装wget软件包.一般linux最小化安装时,wget不会默认被安装,这里是CentOS 6.3 32位系统 解决方法: 1.rpm 安装 下载wget的RPM包: 32位:http://mirrors.163.com/centos/6.3/os/i386/Packages/wget-1.12-1.4.el6.i686.rpm 6432位:http://mirrors.163

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

wget 时提示 -bash:wget command not found,很明显没有安装wget软件包.一般linux最小化安装时,wget不会默认被安装,这里是CentOS 6.5 64位系统 解决方法: 1.rpm 安装 下载wget的RPM包: 32位:http://mirrors.163.com/centos/6.3/os/i386/Packages/wget-1.12-1.4.el6.i686.rpm 6432位:http://mirrors.163.com/centos/6.3/o

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

今天给服务器安装新WDCP环境时,wget 时提示 -bash:wget command not found,很明显没有安装wget软件包.一般linux最小化安装时,wget不会默认被安装,这里是CentOS 64位系统 解决方法: 1.rpm 安装 下载wget的RPM包: 32位:http://mirrors.163.com/centos/6.3/os/i386/Packages/wget-1.12-1.4.el6.i686.rpm 6432位:http://mirrors.163.com

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

自从考了RHCE之后因为工作的调整的原因整整两年的时间都没有碰linux,两年后的今天果然成果显著!该忘的,不该忘的都已经忘的差不多了.时间真的是把杀猪刀啊,不仅夺去你的容颜,还要夺取你的记忆和技能,想想都可怕呢,不过还好我回来了,两年之后再次回到学习linux的征程上. 好啦,废话不多说,回到正题. 今天最小话安装centos6.6之后添加yum国内源时执行 wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/

报错解决——-bash: wget: command not found

本人用的是Mac本,在Mac中install的时候经常会用到wget,但是事先没有安装wget的话就会报上面的错误,解决方法就是安装wget. 安装wget 方法一:用传统的安装包方式安装 A - 从ftp://ftp.gnu.org/gnu/wget/下载到最新的wget安装包到本地 B - 然后通过终端tar -zxvf命令解压到我们某个目录 C - 然后依次执行 ./configure 和  make  以及 make install 命令. 方法二:用Homebrew方式安装 Homeb

安装wget

今天给服务器安装新LNMP环境时,wget 时提示 -bash:wget command not found,很明显没有安装wget软件包.一般linux最小化安装时,wget不会默认被安装. 可以通过以下两种方法来安装: 1.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/

-bash: php: command not found 命令找不到

Linux命令找不到?(找不到命令) 这个问题其实很简单,如果你在终端输入一个命令,而系统提示你说命令没有找到(Command not found)的话,要么是因为你没有装相应的软件包,要么就是因为路径设置的问题.如果是因为软件包的问题,那没有别的好说的,安装相应的软件包就好了.而另外一种情况,则需要对用户的路径进行设置. -bash: ls: command not found 或者 -bash: ll: command not found原因:在设置环境变量时,编辑profile文件没有写正

redi安装

借鉴文章:https://segmentfault.com/a/1190000010709337 在linux中使用wget时,若报-bash: wget: command not found,则表明没有安装wget,需要安装,安装命令如下: yum -y install wget 安装完成即可以使用. 用centos 的主机的時候, 用 vim 时出现 -bash: vim: command not found. 只能使用 vi. 那么如何安裝 vim 呢? 输入 rpm -qa|grep v