Centos Install EPEL repository failed, please check it

Posted delphixe

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Centos Install EPEL repository failed, please check it相关的知识,希望对你有一定的参考价值。

vi /etc/yum.repos.d/epel.repo,将epel配置信息中的baseurl注释去掉,mirrorlist

 

如果内容为空则需要重新安装epel

1、首先检查系统是否安装epel-release 

rpm -q epel-release  

2、安装

32位:http://mirrors.ustc.edu.cn/fedora/epel/6/i386/epel-release-6-8.noarch.rpm 
64位:http://mirrors.ustc.edu.cn/fedora/epel/6/x86_64/epel-release-6-8.noarch.rpm 

64位安装例子 rpm -ivh http://mirrors.ustc.edu.cn/fedora/epel/6/x86_64/epel-release-6-8.noarch.rpm  

3、设置源级别:【略】

vi /etc/yum.repos.d/epel.repo  

设置 /etc/yum.repos.d/epel.repo 中源的级别为 priority=11  

4、再执行:vi /etc/yum.repos.d/epel.repo 内容应该就有了。

5、vi /etc/yum.repos.d/epel.repo,将epel配置信息中的baseurl注释去掉,mirrorlist

以上是关于Centos Install EPEL repository failed, please check it的主要内容,如果未能解决你的问题,请参考以下文章

CentOS 安装 EPEL

docker install

如何开通open***

CentOS搭建yum源及EPEL仓库

centos安装epel源

Centos7更改yum源和epel源到阿里云