yum 安装服务报错
Posted Parker@1989
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了yum 安装服务报错相关的知识,希望对你有一定的参考价值。
在CentOS 6 环境下使用yum安装supervisor服务时,报错:
root@0 # yum install supervisor
Loaded plugins: fastestmirror, security
Setting up Install Process
Determining fastest mirrors
Error: Cannot retrieve metalink for repository: epel. Please verify its path and try again
epel源报错,源文件如下:
1 [epel]
2 name=Extra Packages for Enterprise Linux 6 - $basearch
3 #baseurl=http://download.fedoraproject.org/pub/epel/6/$basearch
4 mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=epel-6&arch=$basearch
5 failovermethod=priority
6 enabled=1
7 gpgcheck=1
8 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6
Google和百度了一段时间,大部分都是要求将mirrorlist注释,打开baseurl的注释,修改后还是不能使用。
解决办法:
最后在https://stackoverflow.com/论坛,看到一篇帖子,将mirrorlist的https改为http,修改后能够正常使用。
原问答地址:https://stackoverflow.com/questions/26734777/yum-error-cannot-retrieve-metalink-for-repository-epel-please-verify-its-path
以上是关于yum 安装服务报错的主要内容,如果未能解决你的问题,请参考以下文章
阿里云ECS服务器 Centos7.2 使用 yum 安装 ansible 报错