Projekt

Allgemein

Profil

Repo epel » Historie » Version 1

Jeremias (Admin) Keihsler, 12.01.2017 08:57

1 1 Jeremias (Admin) Keihsler
h1. preliminary note
2
3
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).
4
 
5
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.
6
7
h1. Download EPEL release package
8
9
<pre>
10
cd ~
11
wget http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
12
</pre>
13
14
h1. Install Package
15
16
<pre>
17
yum install epel-release-6-8.noarch.rpm
18
</pre>
19
This will add a yum repository config file and import the appropriate GPG keys.
20
21
h1. Test
22
23
the listing of available repositories should now include ''epel''
24
<pre>
25
yum repolist
26
</pre>