[linux]Cannot retrieve metalink for repository: fedora. Please verify its path and try again

使用fedora系统的yum的时候出现了如下的问题


Loaded plugins: langpacks, presto, refresh-packagekit

Error: Cannot retrieve metalink for repository: fedora. Please verify its path and try again


解决方法是:

su -c "sed -i 's|^#baseurl|baseurl| ; s|^mirrorlist|#mirrorlist|' /etc/yum.repos.d/*"

就是把 /etc/yum.repos.d下所有文件的 baseurl 和 mirrorlist 注释掉。

参考:

http://blog.csdn.net/killua_hzl/article/details/7633361


本文出自 “orangleliu笔记本” 博客,转载请务必保留此出处http://blog.csdn.net/orangleliu/article/details/40588675

作者: orangleliu  

你可能感兴趣的:(linux,yum,fedora,笔记本,metalink)