centos6 yum源失效的解决办法

以前服务器的Centos6 系列操作系统 YUM源 基本都停止维护失效了

切换阿里云源

centos6(centos6官方源已下线,建议切换centos-vault源)

wget -O /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-vault-6.10.repo

epel6官方源已下线,切换epel-archive源

wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-archive-6.repo

最后更新缓存

yum clean all
yum makecache