• How to Install CentOS EPEL Repo.

    How to install EPEL on CentOS (all version)

    RHEL/CentOS 7 64 Bit:

    # wget http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-5.noarch.rpm
    # rpm -ivh epel-release-7-5.noarch.rpm

     

    CentOS 6.x 64-bit (x64):

    rpm -Uvh http://ftp.jaist.ac.jp/pub/Linux/Fedora/epel/6/x86_64/epel-release-6-8.noarch.rpm

    or

    rpm -Uvh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm

    or

    rpm -Uvh http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm

    CentOS 6.x 32-bit (32):

    rpm -Uvh http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm

    CentOS 5.x 32-bit (x86/i386):

    rpm -Uvh http://dl.fedoraproject.org/pub/epel/5/i386/epel-release-5-4.noarch.rpm

    CentOS 5.x 64-bit (x64):

    rpm -Uvh http://dl.fedoraproject.org/pub/epel/5/x86_64/epel-release-5-4.noarch.rpm

    Disable EPEL Repo:

    If you want to disable the EPEL repo on your server, set “enabled=0″ in

    “/etc/yum.repos.d/epel.repo”

    Categories: Linux

    Comments are currently closed.