This post will covers on how to install and configure the Extra
Packages for Enterprise Linux (EPEL) repository on CentOS 6.3. EPEL
repository is another extra repository 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) and CentOS server. To install the repository, you can follow this steps :
1. First, we download and import the GPG keys for EPEL software packages:
2. Download EPEL repository for 32-bit CentOS :
3. Install EPEL repository on 32-bit CentOS :
1. First, we download and import the GPG keys for EPEL software packages:
# wget http://ftp.riken.jp/Linux/fedora/epel/RPM-GPG-KEY-EPEL-6 # rpm --import RPM-GPG-KEY-EPEL-6 # rm -f RPM-GPG-KEY-EPEL-6 |
2. Download EPEL repository for 32-bit CentOS :
# wget http://dl.fedoraproject.org/pub/epel/6/i386/epel-release-6-7.noarch.rpm |
3. Install EPEL repository on 32-bit CentOS :
# rpm -ivh epel-release-6-7.noarch.rpm
Preparing...
########################################### [100%]
1
:
epel
-
release
########################################### [100%]
No comments:
Post a Comment