Repo epel » Historie » Revision 4
Revision 3 (Jeremias Keihsler, 11.12.2017 16:30) → Revision 4/5 (Jeremias Keihsler, 11.12.2017 16:31)
h1. Install EPEL repository h2. preliminary note 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). 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. h2. Download EPEL release package <pre><code class="bash"> cd ~ wget http://dl.fedoraproject.org/pub/epel/7/x86_64/Packages/e/epel-release-7-11.noarch.rpm http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-11.noarch.rpm </code></pre> h2. Install Package <pre><code class="bash"> yum install epel-release-7-11.noarch.rpm </code></pre> This will add a yum repository config file and import the appropriate GPG keys. h2. Test the listing of available repositories should now include @epel@ <pre><code class="bash"> yum repolist </code></pre>