现在官网已经停止了对centos7.x 以下版本的维护,以前的yum源基本是不能用了,需要从阿里云或者华为云官网上重新更新下yum源
wget -O /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-vault-6.10.repo
或者
curl -o /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-vault-6.10.repo