yum安装时出现:Cannot retrieve metalink for repository: epel. Please verify its path and try again
2021-04-13 10:26
标签:tar star shu can please download service verify 解决 在CentOS 6安装epel后出问题,报错:Error: Cannot retrieve metalink for repository: epel. Please verify its path and try again,需要安装epel源。 解决方法: 一句话:把/etc/yum.repos.d/epel.repo,文件第3行注释去掉,把第四行注释掉。具体如下: 打开/etc/yum.repos.d/epel.repo,将 [epel] name=ExtraPackagesforEnterpriseLinux6-$basearch #baseurl=http://download.fedoraproject.org/pub/epel/6/$basearch mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=epel-6&arch=$basearch 修改为 [epel] name=ExtraPackagesforEnterpriseLinux6-$basearch baseurl=http://download.fedoraproject.org/pub/epel/6/$basearch #mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=epel-6&arch=$basearch 再清理源,重新安装 yum clean all yum install -y 需要的包 如果还是不行,修改DNS,到/etc/resolv.conf下添加一下: nameserver 8.8.8.8 search localdomain 然后重启network服务:service network restart 来自 yum安装时出现:Cannot retrieve metalink for repository: epel. Please verify its path and try again 标签:tar star shu can please download service verify 解决 原文地址:https://www.cnblogs.com/xbycf/p/12389360.html
文章标题:yum安装时出现:Cannot retrieve metalink for repository: epel. Please verify its path and try again
文章链接:http://soscw.com/index.php/essay/75145.html