yum install epel-release 后使用yum异常

yum install epel-release 之后,使用 yum 命令都提示错误:

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

1. 尝试网络上的办法,在 /etc/yum.repos.d 目录下找到 epel.repo 将开头为 baseurl 去除注释,并注释掉 mirrorlist

#baseurl
mirrorlist
baseurl
#mirrorlist

参考地址:http://blog.sina.com.cn/s/blog_8097f8aa0102vnlk.html

2. 也有的人说是需要更新CA证书了:yum --disablerepo=epel -y update ca-certificates

参考地址:https://www.slll.info/archives/1842.html

以上是大部分网友提供的解决方法,但这个并为解决我的问题!!!

很奇怪,总感觉网上的答案总是解决不了我的问题,于是我把 /etc/yum.repos.d 目录下 epel.repo 重命名为非 repo 后缀的文件,

这个时候 yum 命令就正常使用了,可是我需要用到 epel-release 啊,不然安装不了 python-pip ,这个问题又回到了我上一篇文章了,也就是因为 yum 没有更新的原因了

附上解决地址:https://blog.csdn.net/qq_25868251/article/details/89176673

你可能感兴趣的:(安装,centos,错误)