Repo epel » Historie » Version 5
Jeremias Keihsler, 12.04.2019 14:06
1 | 1 | Jeremias Keihsler | h1. Install EPEL repository |
---|---|---|---|
2 | |||
3 | h2. preliminary note |
||
4 | |||
5 | 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). |
||
6 | |||
7 | 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. |
||
8 | |||
9 | 5 | Jeremias Keihsler | as of CentOS7-1810 there is no need to download the .rpm anymore. |
10 | You may install the EPEL-repo directly via |
||
11 | |||
12 | <pre><code class="bash"> |
||
13 | yum install epel-release |
||
14 | </code></pre> |
||
15 | |||
16 | 1 | Jeremias Keihsler | h2. Download EPEL release package |
17 | |||
18 | <pre><code class="bash"> |
||
19 | cd ~ |
||
20 | 4 | Jeremias Keihsler | wget http://dl.fedoraproject.org/pub/epel/7/x86_64/Packages/e/epel-release-7-11.noarch.rpm |
21 | 1 | Jeremias Keihsler | </code></pre> |
22 | |||
23 | h2. Install Package |
||
24 | |||
25 | <pre><code class="bash"> |
||
26 | 3 | Jeremias Keihsler | yum install epel-release-7-11.noarch.rpm |
27 | 1 | Jeremias Keihsler | </code></pre> |
28 | This will add a yum repository config file and import the appropriate GPG keys. |
||
29 | |||
30 | h2. Test |
||
31 | |||
32 | the listing of available repositories should now include @epel@ |
||
33 | <pre><code class="bash"> |
||
34 | yum repolist |
||
35 | </code></pre> |