首页 > Web开发 > 详细

执行yum:Error: Cannot retrieve metalink for repository: epel. Please verify its path and try again

时间:2015-12-23 16:27:01      阅读:153      评论:0      收藏:0      [点我收藏+]

安装eple源,在yum clean all;yum makecache 后出现报错

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


解决办法:

sed -i ‘s/mirrorlist/\#mirrorlist/g‘ epel.repo epel-testing.repo


sed -i ‘s/\#baseurl/baseurl/g‘ epel.repo epel-testing.repo


yum clean all

yum makecache

本文出自 “千面” 博客,请务必保留此出处http://oslibo.blog.51cto.com/10854638/1727472

执行yum:Error: Cannot retrieve metalink for repository: epel. Please verify its path and try again

原文:http://oslibo.blog.51cto.com/10854638/1727472

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!