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

yum错误Cannot retrieve metalink for repository: epel/x86_6

时间:2020-06-19 21:13:42      阅读:58      评论:0      收藏:0      [点我收藏+]

标签:release   原因   repos   eve   retrieve   ali   its   安装   x86_64   

yum安装epel-release后yum安装软件报错

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

原因是epel仓库默认使用https

解决方法:

改epel文件,将https改为http

sed -i ‘s#https://#http://#g‘ /etc/yum.repos.d/epel*repo

yum错误Cannot retrieve metalink for repository: epel/x86_6

标签:release   原因   repos   eve   retrieve   ali   its   安装   x86_64   

原文地址:https://www.cnblogs.com/tiantianhappy/p/13166279.html

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