Repo epel » Historie » Revision 1
Revision 1/2
| Weiter »
Jeremias (Admin) Keihsler, 12.01.2017 08:57
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.
Download EPEL release package¶
cd ~ wget http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
Install Package¶
yum install epel-release-6-8.noarch.rpm
This will add a yum repository config file and import the appropriate GPG keys.
Test¶
the listing of available repositories should now include ''epel''
yum repolist
Von Jeremias (Admin) Keihsler vor fast 8 Jahren aktualisiert · 1 Revisionen