Home » Linux » Centos6无法使用yum解决办法

removing mirrorlist with no valid mirrors: /var/cache/yum/base/mirrorlist.txt

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 
yum clean all
yum makecache

标签: centos CentOS-Base.repo

添加新评论

V