今天要yum點東西到服務器上,然后本地centos6用yum下載包,就報了All mirror URLs are not using ftp, http[s] or file.
終於還是萬能的度娘告訴我因為centos6的支持給官方停掉了......
那你就這樣做:
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
然后就可以下載了!!!!