您的位置:首页 > 运维架构 > Linux

How To Add The Remi, EPEL And RPMFusion Repositories On CentOS 7

2015-10-10 00:19 597 查看
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
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: