安装CentOS 6.8使用yum命令报错
使用四条命令,就可以正常使用yum了
- sed -i "s|enabled=1|enabled=0|g" /etc/yum/pluginconf.d/fastestmirror.conf
- curl -o /etc/yum.repos.d/CentOS-Base.repo https://www.xmpan.com/Centos-6-Vault-Aliyun.repo
- yum clean all
- yum makecache
就可以正常使用yum了
CentOs6 无法正常使用yum命令
原文:https://www.cnblogs.com/muyezi/p/14697832.html