Centos6国内源基本已经停止,2021.1.16仍可用的源配置
2020-12-02 centos 停止更新centos 6,官网镜像源不可用
实测 阿里云、搜狐、网易、163的几个源已经都不可用,其他的未测试
官网的有一个可用的源头还在维持,但不在更新,不过国内用户下载速度很慢。这里不推荐配置,海外用户可用去设置下。
配置yum源
备份本地yum源 (安装前先备份,免得更改后还是不行的话,以前文件丢失,无法恢复)
mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.bak
修改源
wget -O /etc/yum.repos.d/CentOS-Base.repo http://file.kangle.odata.cc/repo/Centos-6.repo
wget -O /etc/yum.repos.d/epel.repo http://file.kangle.odata.cc/repo/epel-6.repo
更新源
yum clean all
yum makecache
yum update