From Fedora Project Wiki

(provide direct links to the latest release packages)
(EPEL 7 requires RHEL 7 HA)
(31 intermediate revisions by 12 users not shown)
Line 6: Line 6:


Welcome to the home of the EPEL Special Interest Group.
Welcome to the home of the EPEL Special Interest Group.
== Quickstart ==
* {{packagelink|https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm|epel-release-latest-6}}
* {{packagelink|https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm|epel-release-latest-7}}
You may retrieve signed binary configuration files from one the above two links (varying by the major release number of the installation target machine).  They may be automatically installed by root thus:
* RHEL/CentOS 6:
    # yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm
* RHEL/CentOS 7:
    # yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
* on RHEL 7 it is recommended to also enable the optional, extras, and HA repositories since EPEL packages may depend on packages from these repositories:
    # subscription-manager repos --enable "rhel-*-optional-rpms" --enable "rhel-*-extras-rpms"  --enable "rhel-ha-for-rhel-*-server-rpms"


== What is Extra Packages for Enterprise Linux (or EPEL)? ==
== What is Extra Packages for Enterprise Linux (or EPEL)? ==
Line 23: Line 37:
== What packages and versions are available in EPEL? ==
== What packages and versions are available in EPEL? ==


You can take a look on any of the available EPEL mirrors from our [http://mirrors.fedoraproject.org/publiclist/EPEL/ mirror list]
You can take a look on any of the available EPEL mirrors from our [https://admin.fedoraproject.org/mirrormanager/mirrors/EPEL mirror list]


Alternately, you can browse the package set using repoview:
Alternately, you can browse the package set:


* EPEL 7: [http://dl.fedoraproject.org/pub/epel/7/x86_64/repoview/ x86_64], [http://dl.fedoraproject.org/pub/epel/7/ppc64/repoview/ ppc64], [http://dl.fedoraproject.org/pub/epel/7/SRPMS/repoview/ sources]
* EPEL 7: [https://download.fedoraproject.org/pub/epel/7/x86_64/ x86_64], [https://dl.fedoraproject.org/pub/epel/7/ppc64/ ppc64], [https://download.fedoraproject.org/pub/epel/7/ppc64le/ ppc64le], [https://download.fedoraproject.org/pub/epel/7/aarch64/ aarch64], [https://download.fedoraproject.org/pub/epel/7/SRPMS/ sources]
* EPEL 6: [http://dl.fedoraproject.org/pub/epel/6/i386/repoview/ i386], [http://dl.fedoraproject.org/pub/epel/6/x86_64/repoview/ x86_64], [http://dl.fedoraproject.org/pub/epel/6/ppc64/repoview/ ppc64], [http://dl.fedoraproject.org/pub/epel/6/SRPMS/repoview/ sources]
* EPEL 6: [https://download.fedoraproject.org/pub/epel/6/i386/ i386], [https://download.fedoraproject.org/pub/epel/6/x86_64/ x86_64], [https://download.fedoraproject.org/pub/epel/6/ppc64/ ppc64], [https://download.fedoraproject.org/pub/epel/6/SRPMS/ sources]
* EPEL 5: [http://dl.fedoraproject.org/pub/epel/5/i386/repoview/ i386], [http://dl.fedoraproject.org/pub/epel/5/x86_64/repoview/ x86_64], [http://dl.fedoraproject.org/pub/epel/5/ppc/repoview/ ppc], [http://dl.fedoraproject.org/pub/epel/5/SRPMS/repoview/ sources]
 
== END OF LIFE RELEASES ==
 
'''THESE ARE NO LONGER SUPPORTED'''
 
* EPEL 5: [https://download.fedoraproject.org/pub/archive/epel/5/ ],
* EPEL 4: [https://download.fedoraproject.org/pub/archive/epel/4/ ]


== How can I use these extra packages? ==
== How can I use these extra packages? ==
Line 35: Line 55:
EPEL has an 'epel-release' package that includes gpg keys for package signing and repository information. Installing this package for your Enterprise Linux version should allow you to use normal tools such as yum to install packages and their dependencies. By default the stable EPEL repo is enabled, there is also a [[EPEL/testing|'epel-testing' repository]] that contains packages that are not yet deemed stable.  
EPEL has an 'epel-release' package that includes gpg keys for package signing and repository information. Installing this package for your Enterprise Linux version should allow you to use normal tools such as yum to install packages and their dependencies. By default the stable EPEL repo is enabled, there is also a [[EPEL/testing|'epel-testing' repository]] that contains packages that are not yet deemed stable.  


{{admon/tip|NOTE for RHN users|You need to also enable the ''''optional'''' repository to use EPEL packages as they depend on packages in that repository. This can be done by enabling the RHEL optional [https://access.redhat.com/kb/docs/DOC-11313 subchannel] for RHN-Classic. For certificate-based subscriptions see [https://access.redhat.com/site/documentation/en-US/Red_Hat_Subscription_Management/1/html/RHSM/entitlements-and-yum.html#supplementary-repos Red Hat Subscription Management Guide].
{{admon/tip|NOTE for RHN users|You need to also enable the ''''optional'''' repository to use EPEL packages as they depend on packages in that repository. This can be done by enabling the RHEL optional [https://access.redhat.com/kb/docs/DOC-11313 subchannel] for RHN-Classic. For certificate-based subscriptions see [https://access.redhat.com/site/documentation/en-US/Red_Hat_Subscription_Management/1/html/RHSM/entitlements-and-yum.html#supplementary-repos Red Hat Subscription Management Guide].}}
For EPEL 7, in addition to the ''''optional'''' repository (rhel-7-server-optional-rpms), you also need to enable the ''''extras'''' repository (rhel-7-server-extras-rpms).}}
{{admon/tip|NOTE for RHEL 7 users with certificate subscriptions|EPEL 7 packages assume that the ''''optional'''' repository (rhel-7-server-optional-rpms for servers) and the ''''extras'''' repository (rhel-7-server-extras-rpms for servers) are enabled. You can do this with: <code>subscription-manager repos --enable "rhel-*-optional-rpms" --enable "rhel-*-extras-rpms"</code>}}
 
{{admon/tip|NOTE for CentOS users|You can install EPEL by running '''yum install epel-release'''. The package is included in the CentOS Extras repository, enabled by default.}}
{{admon/tip|NOTE for CentOS users|You can install EPEL by running '''yum install epel-release'''. The package is included in the CentOS Extras repository, enabled by default.}}


Line 44: Line 63:
If you are running an EL6 version, please visit here to get the newest 'epel-release' package for EL6:  [https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm The newest version of 'epel-release' for EL6]
If you are running an EL6 version, please visit here to get the newest 'epel-release' package for EL6:  [https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm The newest version of 'epel-release' for EL6]


If you are running an EL5 version, please visit here to get the newest 'epel-release' package for EL5:  [https://dl.fedoraproject.org/pub/epel/epel-release-latest-5.noarch.rpm The newest version of 'epel-release' for EL5]
EPEL for EL5 is no longer supported. If you are running EL5, please upgrade your operating system to either EL6 or EL7.


You can verify these packages and their keys from the Fedora project's keys page: https://fedoraproject.org/keys
You can verify these packages and their keys from the Fedora project's keys page: https://fedoraproject.org/keys
== Can I rely on these packages? ==
The EPEL project strives to provide packages with both high quality and stability.  However, EPEL is maintained by a community of people who generally volunteer their time and no commercial support is provided.  It is the nature of such a project that packages will come and go from the EPEL repositories over the course of a single release.  In addition, it is possible that occasionally an incompatible update will be released such that administrator action is required.  By policy these are announced in advance in order to give administrators time to test and provide suggestions.
It is strongly recommended that if you make use of EPEL, and especially if you rely upon it, that you subscribe to the {{fplist|epel-announce}} list.  Traffic on this list is kept to a minimum needed to notify administrators of important updates.


== History and background of the project ==
== History and background of the project ==
Line 60: Line 85:
There are many ways to communicate with the EPEL SIG and its members:  
There are many ways to communicate with the EPEL SIG and its members:  


* The {{fpchat|#epel}} IRC channel on irc.freenode.net offers real-time support for EPEL users and developers.  
* The {{fpchat|#epel}} IRC channel on [https://freenode.net freenode] offers real-time support for EPEL users and developers.  


* The {{fplist|epel-devel}} is for general developer and SIG discussion.  
* The {{fplist|epel-devel}} is for general developer and SIG discussion.  
Line 70: Line 95:
* If you find a bug in a EPEL maintained package, please report it to [https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora+EPEL https://bugzilla.redhat.com/] under the "Fedora EPEL" product.
* If you find a bug in a EPEL maintained package, please report it to [https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora+EPEL https://bugzilla.redhat.com/] under the "Fedora EPEL" product.


* The EPEL SIG meets on Friday every week in the {{fpchat|#epel}} channel at 16:00 UTC. Feel free to join us! Logs of past meetings can be found at: http://meetbot.fedoraproject.org/epel/
* The EPEL SIG meets on Wednesday every week in the {{fpchat|#fedora-meeting}} channel at 18:00 UTC. Please check the time on the [https://apps.fedoraproject.org/calendar/epel/ epel calendar]; sometimes it can change or a meeting can be skipped. Feel free to join us! Logs of past meetings can be viewed in [https://meetbot.fedoraproject.org/sresults/?group_id=epel&type=team meetbot].


[[Category:EPEL]]
[[Category:EPEL]]
[[Category:SIGs]]
[[Category:Fedora special-interest groups]]
[[Category:Fedora sub-projects]]
[[Category:Fedora sub-projects]]

Revision as of 22:30, 11 February 2019

Banner468x120.png

Extra Packages for Enterprise Linux (EPEL)

Welcome to the home of the EPEL Special Interest Group.

Quickstart

You may retrieve signed binary configuration files from one the above two links (varying by the major release number of the installation target machine). They may be automatically installed by root thus:

  • RHEL/CentOS 6:
   # yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm
  • RHEL/CentOS 7:
   # yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
  • on RHEL 7 it is recommended to also enable the optional, extras, and HA repositories since EPEL packages may depend on packages from these repositories:
   # subscription-manager repos --enable "rhel-*-optional-rpms" --enable "rhel-*-extras-rpms"  --enable "rhel-ha-for-rhel-*-server-rpms"

What is Extra Packages for Enterprise Linux (or EPEL)?

Extra Packages for Enterprise Linux (or EPEL) is a Fedora Special Interest Group that creates, maintains, and manages a high quality set of additional packages for Enterprise Linux, including, but not limited to, Red Hat Enterprise Linux (RHEL), CentOS and Scientific Linux (SL), Oracle Linux (OL).

EPEL packages are usually based on their Fedora counterparts and will never conflict with or replace packages in the base Enterprise Linux distributions. EPEL uses much of the same infrastructure as Fedora, including buildsystem, bugzilla instance, updates manager, mirror manager and more.

Learn more about EPEL in the following pages:

What packages and versions are available in EPEL?

You can take a look on any of the available EPEL mirrors from our mirror list

Alternately, you can browse the package set:

END OF LIFE RELEASES

THESE ARE NO LONGER SUPPORTED

How can I use these extra packages?

EPEL has an 'epel-release' package that includes gpg keys for package signing and repository information. Installing this package for your Enterprise Linux version should allow you to use normal tools such as yum to install packages and their dependencies. By default the stable EPEL repo is enabled, there is also a 'epel-testing' repository that contains packages that are not yet deemed stable.

Idea.png
NOTE for RHN users
You need to also enable the 'optional' repository to use EPEL packages as they depend on packages in that repository. This can be done by enabling the RHEL optional subchannel for RHN-Classic. For certificate-based subscriptions see Red Hat Subscription Management Guide.
Idea.png
NOTE for RHEL 7 users with certificate subscriptions
EPEL 7 packages assume that the 'optional' repository (rhel-7-server-optional-rpms for servers) and the 'extras' repository (rhel-7-server-extras-rpms for servers) are enabled. You can do this with: subscription-manager repos --enable "rhel-*-optional-rpms" --enable "rhel-*-extras-rpms"
Idea.png
NOTE for CentOS users
You can install EPEL by running yum install epel-release. The package is included in the CentOS Extras repository, enabled by default.

If you are running an EL7 version, please visit here to get the newest 'epel-release' package for EL7: The newest version of 'epel-release' for EL7

If you are running an EL6 version, please visit here to get the newest 'epel-release' package for EL6: The newest version of 'epel-release' for EL6

EPEL for EL5 is no longer supported. If you are running EL5, please upgrade your operating system to either EL6 or EL7.

You can verify these packages and their keys from the Fedora project's keys page: https://fedoraproject.org/keys

Can I rely on these packages?

The EPEL project strives to provide packages with both high quality and stability. However, EPEL is maintained by a community of people who generally volunteer their time and no commercial support is provided. It is the nature of such a project that packages will come and go from the EPEL repositories over the course of a single release. In addition, it is possible that occasionally an incompatible update will be released such that administrator action is required. By policy these are announced in advance in order to give administrators time to test and provide suggestions.

It is strongly recommended that if you make use of EPEL, and especially if you rely upon it, that you subscribe to the epel-announce list. Traffic on this list is kept to a minimum needed to notify administrators of important updates.

History and background of the project

The EPEL project was born when Fedora maintainers realized that the same infrastructure that builds and maintains packages for Fedora would be great to also maintain add on packages for Enterprise Linux. Much of the early need was driven by what Fedora infrastructure needed on the RHEL machines that built and maintained Fedora. From there things have grown to a large collection of varied packages. See our history and Philosophy page for more information.

How can I contribute?

The EPEL SIG is always looking for interested folks to help out. We always need package maintainers, qa/testers, bug triagers, marketing and documentation writers. Please see our Joining EPEL page for more information on how to join the SIG.

Communicating with the EPEL SIG

There are many ways to communicate with the EPEL SIG and its members:

  • The #epel[?] IRC channel on freenode offers real-time support for EPEL users and developers.
  • The epel-devel is for general developer and SIG discussion.
  • The epel-announce mailing list is a low volume mailing list for only important announcements.
  • The epel-package-announce list is a list that gets information about package updates as they happen in the stable repository.
  • The EPEL SIG meets on Wednesday every week in the #fedora-meeting[?] channel at 18:00 UTC. Please check the time on the epel calendar; sometimes it can change or a meeting can be skipped. Feel free to join us! Logs of past meetings can be viewed in meetbot.