EPEL 源使用帮助

优质
小牛编辑
117浏览
2023-12-01

地址

https://mirrors.ustc.edu.cn/epel/

说明

EPEL (Extra Packages for Enterprise Linux) 是由 Fedora Special Interest Group 为企业 Linux 创建、维护和管理的一个高质量附加包集合,适用于但不仅限于 Red Hat Enterprise Linux (RHEL), CentOS, Scientific Linux (SL), Oracle Linux (OL)。

收录架构

官方支持的所有架构

收录版本

官方支持的所有版本

使用说明

执行以下命令:

sudo yum install -y epel-release
sudo sed -e 's|^metalink=|#metalink=|g' \
         -e 's|^#baseurl=https\?://download.fedoraproject.org/pub/epel/|baseurl=https://mirrors.ustc.edu.cn/epel/|g' \
         -i.bak \
         /etc/yum.repos.d/epel.repo

相关链接

WIKI

https://fedoraproject.org/wiki/EPEL

FAQ

https://fedoraproject.org/wiki/EPEL/FAQ