解决CentOS7的yum无法安装的问题

解决CentOS7的yum无法安装的问题

首先检查配置文件的服务器地址

输入vi /etc/resolv.conf

将地址改为8.8.8.8和8.8.4.4
解决CentOS7的yum无法安装的问题_第1张图片

然后将yum的源改成阿里云(或者163等源)

直接输入curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo

CentOS6改的话直接将7改为6即可
在这里插入图片描述
安装完成以后yum就可以正常使用了
解决CentOS7的yum无法安装的问题_第2张图片
之后运行一下 yum clean all

​ yum makecache 生成缓存
解决CentOS7的yum无法安装的问题_第3张图片
此时可以通过 yum repolist 来查询yum的状态了
解决CentOS7的yum无法安装的问题_第4张图片

你可能感兴趣的:(系统)