From: 原文链接
CentOS was initially released as an independent RHEL clone, in 2004, but it got affiliated with Red Hat (and became Red Hat property) in January 2014. However, the CentOS developers are part of the Red Hat’s Open Source and Standards team and don’t work together with the RHEL team.
Because the newest packages do not get immediately added to the official repositories, a bunch of third party repos have been created for the enterprise Linux systems: CentOS, RHEL, Scientific Linux. The most used third party repos are EPEL, Remi and RPMForge.
In this article I will show you how to add the EPEL, Remi and RPMFusion on CentOS 7, RHEL 7 and Scientific Linux 7 systems.
How to add the and enable the EPEL repository on CentOS 7, RHEL 7 and SL 7:
$ sudo yum install -y epel-release
How to add and enable the Remi repository on CentOS 7, RHEL 7 and SL 7:
$ sudo yum install -y http://rpms.famillecollet.com/enterprise/remi-release-7.rpm
$ sudo sed -i ‘s/enabled=0/enabled=1/g’ /etc/yum.repos.d/remi.repo
How to add the RPMFusion repository on CentOS 7, RHEL 7 and SL 7:
$ sudo yum install -y http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.3-1.el7.rf.x86_64.rpm
本文介绍如何为 CentOS 7、RHEL 7 和 Scientific Linux 7 系统添加 EPEL、Remi 和 RPMFusion 第三方仓库。这些仓库提供了官方未及时收录的最新软件包。
4801

被折叠的 条评论
为什么被折叠?



