Linux:解决yum镜像中没有wget,rpm方式安装wget命令

小豆丁 1年前 ⋅ 132 阅读

一、场景

1、wget命令找不到

wget not found

2、yum安装wget失败

yum -y install wget

yum镜像源找不到wget

二、安装步骤

1、下载

(1)下载地址:http://www.rpmfind.net/linux/rpm2html/search.php?query=wget(x86-64)

(2)Centos7环境wget的rpm包:点击直接下载

2、上传到根目录

3、运行命令安装

rpm -ivh wget-1.12-8.el6.x86_64.rpm

三、验证

1、运行命令

wget -h

2、成功结果

wget -h

3、删除安装包

rm -f wget-1.12-8.el6.x86_64.rpm

全部评论: 0

    我有话说: