一、简介
EPEL是企业版 Linux 附加软件包的简称,EPEL是一个由Fedora特别兴趣小组创建、维护并管理的,针对 红帽企业版 Linux(RHEL)及其衍生发行版(比如 CentOS、Scientific Linux、Oracle Enterprise Linux)的一个高质量附加软件包项目。
EPEL 的软件包通常不会与企业版 Linux 官方源中的软件包发生冲突,或者互相替换文件。EPEL 项目与 Fedora 基本一致,包含完整的构建系统、升级管理器、镜像管理器等等。
附EPEL官网:http://fedoraproject.org/wiki/EPEL/zh-cn
二、下载并安装EPEL
[root@localhost ~]# wget http://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
[root@localhost ~]# rpm -ivh epel-release-latest-7.noarch.rpm
[root@localhost ~]# yum repolist ##检查是否已添加至源列表
OK,检查好已添加至源后就可以进行yum安装了
RPM安装出现的错误:
错误:解压压缩文件 在文件/usr/share/doc/epel-release-7/GPL;55d6d507 失败:cpio: read 失败 - 没有该文件名或目录
出现该错误是由于下载的源文件出现错误,重新下载一遍就好了。
Centos7.x RHEL配置EPEL第三方YUM源:http://www.linuxdiyf.com/linux/14507.html
RHEL/CentOS 5.x使用第三方软件库:http://www.linuxdiyf.com/linux/3744.html
在CentOS 5.X中使用第三方rpmfusion源仓库:http://www.linuxdiyf.com/linux/1939.html
Ubuntu Kylin 14.10升级到15.04出现第三方源被禁用的提示:http://www.linuxdiyf.com/linux/12084.html
RHEL(RedHat) 6.3使用EPEL Yum源:http://www.linuxdiyf.com/linux/3235.html