User Tools

Site Tools


computing:linux:epel

This is an old revision of the document!


Using the EPEL Repository

http://fedoraproject.org/wiki/EPEL

The EPEL project offers RPM packages not available in the official repos.

Check for the latest version and architecture first (this noarch package works for 32/64 bit):

CentOS 7

rpm -Uvh http://mirrors.kernel.org/fedora-epel/7/x86_64/e/epel-release-7-2.noarch.rpm

CentOS 6

rpm -Uvh http://mirrors.kernel.org/fedora-epel/6/i386/epel-release-6-8.noarch.rpm

CentOS 5

rpm -Uvh http://epel.mirror.constant.com/5/i386/epel-release-5-4.noarch.rpm

Both

Disable the repository unless specifically enabled:

vim /etc/yum.repos.d/epel.repo

enabled=0

SME Server 8

/sbin/e-smith/db yum_repositories set epel repository \
Name 'Epel - EL5' \
BaseUrl 'http://download.fedoraproject.org/pub/epel/5/$basearch' \
MirrorList 'http://mirrors.fedoraproject.org/mirrorlist?repo=epel-5&arch=$basearch' \
EnableGroups no \
GPGCheck yes \
GPGKey http://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL \
Visible no \
status disabled

signal-event yum-modify
computing/linux/epel.1655321041.txt.gz · Last modified: 2022/06/15 13:24 by gcooper