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



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

Comments

Popular posts from this blog

Configure & Install WMIC for Observium

Zabbix Proxies on CentOS 7

Join CentOS 7 into Active Directory using realm and sssd