Centos 6.7无法使用yum安装问题解决?亲测可用
解决方法:
第一步:sed -i "s|enabled=1|enabled=0|g" /etc/yum/pluginconf.d/fastestmirror.conf
第二步:mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup
第三步:curl -o /etc/yum.repos.d/CentOS-Base.repo https://www.xmpan.com/Centos-6-Vault-Aliyun.repo(注意:这一步需要连网操作,如果下载执行不了需要去vim /etc/yum/pluginconf.d/fastestmirror.conf文件夹中看一看enabled是否值改为0了,本人进去后格式是enabled=1=0)
第四步:yum clean all
第五步:yum makecache