-
今天给服务器安装新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.com/centos/6.3/os/x86_64/Packages/wget-1.12-1.4.el6.x86_64.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即可安装;
如果客户端用的是SecureCRT,linux下没装rzsz 包时,rz无法上传文件怎么办?我想到的是安装另一个SSH客户端:SSH Secure Shell。然后传到服务器上安装,这个比较费劲,所以推荐用第二种方法,不过如果yum包也没有安装的话,那就只能用这种方法了
相关文章
- 提示-bash: telnet: command not found的解决方法
- -bash: wget: command not found的两种解决方法
- centos下wget: command not found的解决方法
- Linux执行jsp命令的时候报错:-bash: jps: command not found
- linux环境中iostat命令的安装,解决-bash: iostat: command not found问题
- 请问为什么我在RH Linux 9.0 Terminal中运行经过gcc编译生成的a.out时提示-bash: a.out:command not found ?
- Homebrew安装时”-bash:brew:command not found”的问题
- Linux环境下mysql报错:bash: mysql: command not found 的解决方法
- Centos出现-bash: unzip: command not found的解决办法
- Linux 登录 MySQL 报错, 解决bash: mysql: command not found 的方法