CentOS7 常用 repo
EPEL
Extra Packages for Enterprise Linux (EPEL)
(见 http://fedoraproject.org/wiki/EPEL )提供为 EL6 及 EL7 重建的 Fedora 组件
yum install -y epel-release
ELRepo
The Community Enterprise Linux Repository (ELRepo)
(见 http://elrepo.org/ )集中以 kmod 驱动程序来增强 EL6、EL7 及 EL8 的硬件支持(包括:显示、文件系统、硬件监控、网络、音效、网络摄像镜及存储器驱动程序)。也提供较新版的内核。
yum install -y https://www.elrepo.org/elrepo-release-7.0-4.el7.elrepo.noarch.rpm
IUS
IUS Community Repo
(见 https://ius.io/)提供『最新版的上游 PHP
、Python
、MySQL
』
IUS
依赖于EPEL
yum install -y https://repo.ius.io/ius-release-el7.rpm
RPM Fusion
(见 http://rpmfusion.org/ )为 EL6 及 7 提供「Fedora Project 或 Red Hat 所不愿发行的软件」
# 自由
yum install -y https://download1.rpmfusion.org/free/el/rpmfusion-free-release-7.noarch.rpm
# 非自由
yum install -y https://download1.rpmfusion.org/nonfree/el/rpmfusion-nonfree-release-7.noarch.rpm
Psychotic Ninja
(见 http://wiki.psychotic.ninja/index.php?title=Main_Page )为 Red Hat Enterprise Linux 及其再发行版本如 CentOS Linux、Scientific Linux、Springdale、Oracle Linux 等计划提供组件。它的目标是为 EL 6 及 7 提供高质素、而不存在于 base 软件库或其它第三方软件库的组件。
rpm --import http://wiki.psychotic.ninja/RPM-GPG-KEY-psychotic && \
yum install -y http://packages.psychotic.ninja/7/base/x86_64/RPMS/python-dictclient-1.0.1-16.el7.psychotic.noarch.rpm
nux-dextop
(见 http://li.nux.ro/repos.html )为 EL6 及 7 提供以桌面及多媒体为导向的组件。它收录了大量如 Ardour 等图像化软件,亦有 Cone 等文字软件。依赖 EPEL 但不会复盖 base。
yum -y install http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-5.el7.nux.noarch.rpm