首页 > 代码库 > 关于 yum 的 Error: Cannot retrieve metalink for repository: epel
关于 yum 的 Error: Cannot retrieve metalink for repository: epel
CentOS 6.4 安装 epel 源后报这个错误,百度一下都是说
“
编辑/etc/yum.repos.d/epel.repo,把基础的恢复,镜像的地址注释掉
#baseurl mirrorlist
改成
baseurl #mirrorlist
”
这个可以称为 “扬汤止沸”。真正的解决还得借签歪果仁的方法,
"
You just needed to update ca-certificates package. Before that just disable all repos with https that are failing. That‘s why sollution with commenting mirrorlist or using http instead https would work also. For example if you need to disable only epel repo: yum --disablerepo=epel -y update ca-certificates This will also help wget, curl, and anything else that uses SSL certificates. |
"
这是因为 ca-certificates 这个包太旧的原因,更新一下就好了。在新一些的 比如 centos-6.7 上是没有这个问题的。
本文出自 “海风久远” 博客,请务必保留此出处http://beyondhf.blog.51cto.com/8953234/1855861
关于 yum 的 Error: Cannot retrieve metalink for repository: epel
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。