一、场景
1、wget命令找不到
2、yum安装wget失败
yum -y install wget
二、安装步骤
1、下载
(1)下载地址:http://www.rpmfind.net/linux/rpm2html/search.php?query=wget(x86-64)
2、上传到根目录
3、运行命令安装
rpm -ivh wget-1.12-8.el6.x86_64.rpm
三、验证
1、运行命令
wget -h
2、成功结果
3、删除安装包
rm -f wget-1.12-8.el6.x86_64.rpm
注意:本文归作者所有,未经作者允许,不得转载