All mirror URLs are not using ftp, http[s] or file.


今天要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

然后就可以下載了!!!!

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM