Enable EPEL Repository in RHEL/CentOS 6
Enable EPEL Repository in RHEL and CentOS Version 6 - x86_64.
Prerequisites.
> Make sure user have sudo rights or loging to the linux server with root user.
> Internet should be enabled on linux server to use yum command to download epel packages.
Steps to enable EPEL repository.
> Go to root directory.
Command: #cd /root
> Download epel-release-6-8.noarch.rpm file.
Command: #wget http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
Download will start now in /root directory.
> Install epel-release-6-8.noarch.rpm file using yum command.
Command: #yum install epel-release-6-8.noarch.rpm
Or you can use the command rpm to install epel-release-6-8.noarch.rpm file.
Command: #rpm -ivh epel-release-6-8.noarch.rpm
EOD
Prerequisites.
> Make sure user have sudo rights or loging to the linux server with root user.
> Internet should be enabled on linux server to use yum command to download epel packages.
Steps to enable EPEL repository.
> Go to root directory.
Command: #cd /root
> Download epel-release-6-8.noarch.rpm file.
Command: #wget http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
Download will start now in /root directory.
> Install epel-release-6-8.noarch.rpm file using yum command.
Command: #yum install epel-release-6-8.noarch.rpm
Or you can use the command rpm to install epel-release-6-8.noarch.rpm file.
Command: #rpm -ivh epel-release-6-8.noarch.rpm
EOD
Comments
Post a Comment