标签: yum
CentOS 6 更改 yum 源和 epel 源到阿里云
1.备份原来的yum源
mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup
2.设置yum源为阿里云
wget http://mirrors.aliyun.com……
CentOS 7 更改 yum 源和 epel 源到阿里云
1.备份原来的yum源
yum install wget -y
mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup
2.设置yum源为阿里云
wget -O /et……
yum 出现大量404 无法进行安装
yum 出现大量404,以及yum无法访问的情况,尝试运行以下两行:
yum clean all
yum list