Fons
Habilita amb el paquet
Habilita amb instal·lació manual
Fons
El dipòsit de paquets addicionals de Fedora per a Enterprise Linux (EPEL) ofereix la possibilitat d'instal·lar paquets de programari que no estan inclosos als dipòsits oficials de CentOS o Red Hat Enterprise Linux (RHEL).
Red Hat no gestiona EPEL i és un esforç voluntari de la comunitat Fedora. Tot i que és un repositori ben mantingut, no hi ha cap contracte de suport comercial per al programari que hi hagi.
A continuació es mostra informació del Wiki de Fedora sobre les diferències entre EPEL i altres repositoris de tercers.
How is EPEL different from other third party repositories for RHEL and derivatives?
- EPEL packages are in most cases built or derived from the equivalent ones in Fedora repository and maintained by the same people. It has also been improved through peer reviews, testing and feedback from end users.
- EPEL adheres to the well documented Fedora Packaging guidelines, which RHEL has started following. This ensures good integration.
- EPEL is purely a complementary add-on repository and does not replace packages in RHEL or layered products.
- EPEL has a large team of contributors including Red Hat engineers and volunteer community members working together to maintain the repository.
- EPEL only provides free and open source software unencumbered by patents or any legal issues.
Habilita amb el paquet
El repositori "CentOS Extras" inclou un paquet per instal·lar EPEL i està habilitat per defecte. Per instal·lar el paquet EPEL, executeu l'ordre següent.
sudo yum install epel-release
Si això falla, és possible que el dipòsit addicional CentOS Extras estigui desactivat. Passeu a la secció següent per instal·lar el dipòsit manualment.
Habilita amb instal·lació manual
CentOS i Red Hat Enterprise Linux 5.x
wget http://dl.fedoraproject.org/pub/epel/5/x86_64/epel-release-5-4.noarch.rpm
sudo rpm -Uvh epel-release-5*.rpm
CentOS i Red Hat Enterprise Linux 6.x
wget http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
sudo rpm -Uvh epel-release-6*.rpm
CentOS i Red Hat Enterprise Linux 7.x
wget http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-5.noarch.rpm
sudo rpm -Uvh epel-release-7*.rpm