Projekt

Allgemein

Profil

Repo epel » Historie » Version 1

Jeremias (Admin) Keihsler, 11.12.2019 13:04

1 1 Jeremias (Admin) 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
<pre><code class="bash">
10
yum install epel-release
11
</code></pre>
12
13
h2. Test
14
15
the listing of available repositories should now include @epel@
16
<pre><code class="bash">
17
yum repolist
18
</code></pre>