Centos6 yum使用国内源 报错的解决方法
http://mirrors.163.com/centos/6/os/x86_64/repodata/repomd.xml: [Errno 14] PY 原因是:
Centos6停止维护更新日期:2020年11月30日,
Centos7停止维护更新日期:2024年6月,
Centos8停止维护更新日期:2029年5月 2020年12月2日,
centos官方停止了对 centos6的所有更新,并且下架了包括官方所有的 centos6源,目 前阿里、163、清华等 centos6源已无法使用,
目前 vault.centos.org的源还可以用。
修改如下:
备份 /etc/yum.repos.d/CentOS-Base.repo
修改 /etc/yum.repos.d/CentOS-Base.repo
内容为:
[centos-office]
name=centos-office
failovermethod=priority
baseurl=https://vault.centos.org/6.2/os/x86_64/
gpgcheck=1
gpgkey=https://vault.centos.org/6.2/os/x86_64/RPM-GPG-KEY-CentOS-6
清空、生成缓存:执行 yum clean all yum makecache