Quantcast
Channel: BinaryTides » CentOS
Viewing all articles
Browse latest Browse all 9

How to setup EPEL repository on CentOS 5/6

$
0
0
What is EPEL repository
EPEL (Extra Packages for Enterprise Linux) is a project from the Fedora group that maintains a repository of software packages that are not already present on RHEL/CentOS. The repository is compatible with RHEL and all close derivates like CentOS and Scientific Linux.
By using epel we can easily install many packages (around 10,000) with yum command, that are not already present in the centos repositories. EPEL packages are usually based on their Fedora counterparts and will never conflict with or replace packages in the base Enterprise Linux distributions.
Further details about the epel project are available at
https://fedoraproject.org/wiki/EPEL
So in this tutorial I am going show you how to setup the epel repositories on CentOS
Note - There are many different 3rd party repositories that provide software packages for RHEL/CentOS systems. Some of the most popular ones are RpmForge, RpmFusion, EPEL, Remi etc.

However it should be always kept in mind, that if multiple such third party repositories are added to a system, then it can lead of conflicts. The same package can come from multiple repositories, and some repositories can replace base packages of a system leading to unexpected troubles. Rpmforge and Epel are known to have conflicts.

There are advanced...

Read full post here
How to setup EPEL repository on CentOS 5/6


Viewing all articles
Browse latest Browse all 9

Trending Articles