【介绍】
EPEL 即 Extra Packages for Enterprise Linux 的简称,是yum的一个软件源,里面包含了许多基本源里没有的软件。在使用epel时是需要安装它才可以。
EPEL 是为企业级Linux提供的一组高质量的额外软件包,包括但不限于Red Hat Enterprise Linux (RHEL), CentOS and Scientific Linux (SL), Oracle Enterprise Linux (OEL)。
【安装】
安装rpm包:
A. 命令安装:
yum -y install epel-release
B. 手动安装:
针对系统架构选择相应的类型,选择相应的包,例如 CentOS 7 x86_64,就要进入该目录下Packages目录下以e开头的/e/目录下寻找相应包:
下载:https://dl.fedoraproject.org/pub/epel/7/x86_64/
rpm -vih https://dl.fedoraproject.org/pub/epel/7/x86_64/Packages/e/epel-release-7-11.noarch.rpm
查看源:
查看源:
ll /etc/yum.repos.d/
更新源:
yum clean all && yum makecache
参考:https://blog.csdn.net/w670328683/article/details/51673757
【删除】
删除epel安装源:
yum remove epel-release
删除webtatic安装源:
yum remove webtatic-release
【排错】
报错:Repository epel is listed more than once in the configuration
软件源有重复:listed more than once。所以需要对已有软件源配置文件进行删选。
在删除之前, 先对 /etc/yum.repos.d/ 目录下的文件做一个整体的备份。
其实,无伤大雅。