由于国外centos6的镜像停止维护,因此国内各centos6镜像无法安装和更新软件包,对大量仍在使用centos6系统的用户造成很大困扰,这里以阿里云源作为新源修复为新的可用地址:
centos6默认源修复:
1、备份原有源
mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup
2、下载阿里云源
wget -O /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-6.repo
3、替换为阿里云新源地址
sed -i -e 's/centos\/\$releasever/centos-vault\/6.10/g' /etc/yum.repos.d/CentOS-Base.repo
epel源修复:
第一步:备份原有源
mv /etc/yum.repos.d/epel.repo /etc/yum.repos.d/epel.repo.backup
mv /etc/yum.repos.d/epel-testing.repo /etc/yum.repos.d/epel-testing.repo.backup
2、下载阿里云源
wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-6.repo
3、替换为阿里云新源地址
sed -i -e 's/com\/epel/com\/epel-archive/g' /etc/yum.repos.d/epel.repo
ps:也不知道阿里云怎么想的,既然有新的镜像地址,为什么不直接更新官方镜像站的配置文件,让用户直接通过阿里云镜像站去完成配置更新,非要替换镜像再修改地址,希望阿里云后面能修订。
如果阿里云已经修订镜像站默认源配置文件,那么本文方法就不需要了,请大家知悉。
参考文章
https://developer.aliyun.com/mirror/centos?spm=a2c6h.13651102.0.0.3e221b117DQxFM
https://developer.aliyun.com/mirror/epel?spm=a2c6h.13651102.0.0.60381b11jAhAqL
https://help.aliyun.com/document_detail/193569.html
https://developer.aliyun.com/article/779734?spm=a2c6h.14164896.0.0.1dc92e6eqpFBjk