码迷,mamicode.com
首页 > Web开发 > 详细

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

时间:2015-12-23 16:29:33      阅读:185      评论:0      收藏:0      [点我收藏+]

标签:linux yum eple

安装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

标签:linux yum eple

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!