epel源报错解决汇总
程序员文章站
2022-05-06 22:04:13
这篇文章主要介绍了epel源报错解决汇总,需要的朋友可以参考下... 15-05-09...
当我在有些vps或者服务器上安装epel源以后,发现会报下面的这种错误:
error: cannot retrieve metalink for repository: epel. please verify its path and try again
原因是某epel的镜像节点抽风或者宕机了,也可能是ca信任列表过期导致无法正确获取epel镜像站点
所以先考虑更新ca可信任列表:
yum upgrade ca-certificates --disablerepo=epel
如果还不行,就禁止使用https协议访问epel的镜像服务器:
sed -i "s/mirrorlist=https/mirrorlist=http/" /etc/yum.repos.d/epel.repo
再不行,就干脆不要用epel的镜像节点,从他的基础节点更新:
编辑/etc/yum.repos.d/epel.repo,去掉baseurl前面的#,在mirrorlist前加上#
error: cannot retrieve metalink for repository: epel. please verify its path and try again
原因是某epel的镜像节点抽风或者宕机了,也可能是ca信任列表过期导致无法正确获取epel镜像站点
所以先考虑更新ca可信任列表:
yum upgrade ca-certificates --disablerepo=epel
如果还不行,就禁止使用https协议访问epel的镜像服务器:
sed -i "s/mirrorlist=https/mirrorlist=http/" /etc/yum.repos.d/epel.repo
再不行,就干脆不要用epel的镜像节点,从他的基础节点更新:
编辑/etc/yum.repos.d/epel.repo,去掉baseurl前面的#,在mirrorlist前加上#
推荐阅读
-
解决ThinkPHP关闭调试模式时报错的问题汇总
-
epel源报错解决汇总
-
IIS7 网站发布常见报错问题解决方案汇总
-
Eclipse新建Android项目报错解决方案详细汇总
-
Android studio报错?把源换成阿里云解决95%问题
-
解决ThinkPHP关闭调试模式时报错的问题汇总
-
解决ThinkPHP关闭调试模式时报错的问题汇总,thinkphp时报_PHP教程
-
更新yum源解决:centos7 安装 Redis ,make编译报错,安装gcc 提示:没有可用软件包 gcc
-
CentOS7 已经安装epel源,下载 python-pip,报错没有可用软件包
-
CentOS 6 Yum/EPEL源报错 “404 Not Found“