1. 简介
EPEL(Extra Packages for Enterprise Linux)包含了很多软件扩展包,比如 FreeTDS、ninja 等。直接从EPEL中安装很方便,避免了通过源码编译的方式来安装相关包。
2. 安装
-
阿里镜像源:
命令:
yum install -y https://mirrors.aliyun.com/epel/epel-release-latest-7.noarch.rpm -
清华大学镜像源:
命令:
yum install -y https://mirrors.tuna.tsinghua.edu.cn/epel/7/x86_64/Packages/e/epel-release-7-14.noarch.rpm -
Fedora EPEL 镜像源:
命令:
yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm