如何在CentOS 7和RHEL 7上安装EPEL存储库

时间:2019-08-20 17:58:22  来源:igfitidea点击:

Extra Packages for Enterprise Linux(或者EPEL)是Fedora的一个特殊兴趣小组,负责创建、维护和管理一组高质量的企业Linux添加软件包,包括但不限于Red Hat Enterprise Linux(RHEL)、CentOS和Scientific Linux(SL)、Oracle Enterprise Linux(OEL)。

在CentOS 7/RHEL 7上安装EPEL repo的步骤:

直接使用yum命令安装

yum install epel-release

下载epel release rpm包后安装

EPEL的下载地址 http://dl.fedoraproject.org/pub/epel/7/

对于x86_64操作系统架构:

yum install wget
wget -r --no-parent -A 'epel-release-*.rpm' http://dl.fedoraproject.org/pub/epel/7/x86_64/e/ 
rpm -Uvh dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-*.rpm

使用rpm命令直接从HTTP安装

rpm -ivh http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-2.noarch.rpm

epel安装后创建的文件

安装epel rpm包后。会创建两个文件:

  1. /etc/yum.repos.d/epel.repo
  2. /etc/yum.repos.d/epel-testing.repo