当前位置:首页  电脑知识  系统

linux系统 epel的含义是什么

linux系统 epel的含义是什么

日期:2023-04-20 11:11:27来源:浏览:

linux epel是基于Fedora的一个项目,其英文全称是“Extra Packages for Enterprise Linux”,为“红帽系”的操作系统提供额外的软件包,适用于RHEL、CentOS和Scientific Linux。

linux epel 是什么?

EPEL (Extra Packages for Enterprise Linux)是基于Fedora的一个项目,为“红帽系”的操作系统提供额外的软件包,适用于RHEL、CentOS和Scientific Linux.

我们在Centos下使用yum安装时往往找不到rpm的情况,官方的rpm repository提供的rpm包也不够丰富,很多时候需要自己编译很痛苦,而EPEL恰恰可以解决这两方面的问题。EPEL的全称叫 Extra Packages for Enterprise Linux 。EPEL是由 Fedora 社区打造,为 RHEL 及衍生发行版如 CentOS、Scientific Linux 等提供高质量软件包的项目。装上了 EPEL之后,就相当于添加了一个第三方源。

yum -y install epel-releaseyum repolist

yum clean allyum makecache
vi /etc/yum.repos.d/epel.repo[epel]name=epelmirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=epel-releasever&arch=releasever&arch=basearchenabled=1gpgcheck=0
相关推荐