CentOS 6已经随着2020年11月的结束进入了EOL(Reaches End of Life)。所以在2020年12月2日,CentOS官方停止了对CentOS 6的所有更新,并且下架了包括官方所有的CentOS6源
mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.bak
#替换为官方Vault源
wget -O /etc/yum.repos.d/CentOS-Base.repo https://blog.51fuli.info/Centos-6-Vault-Official.repo
#替换为阿里云Vault镜像
wget -O /etc/yum.repos.d/CentOS-Base.repo https://blog.51fuli.info/Centos-6-Vault-Aliyun.repo
epel
wget -O /etc/yum.repos.d/epel.repo https://blog.51fuli.info/epel-6.repo
yum clean all
yum makecache