Facebook Twitter Instagram
    TecAdmin
    • Home
    • Ubuntu 20.04
      • Upgrade Ubuntu
      • Install Java
      • Install Node.js
      • Install Docker
      • Install LAMP Stack
    • Tutorials
      • AWS
      • Shell Scripting
      • Docker
      • Git
      • MongoDB
    • FeedBack
    • Submit Article
    • About Us
    Facebook Twitter Instagram
    TecAdmin
    Home»Package Management»How to Install EPEL and REMI Repository on CentOS/RedHat 7/6

    How to Install EPEL and REMI Repository on CentOS/RedHat 7/6

    RahulBy RahulJanuary 12, 20152 Mins ReadUpdated:November 8, 2017

    EPEL is known as “Extra Packages for Enterprise Linux” repository having lots of extra packages which is not added in official repositories. REMI is a third party repository provides latest version of packages which is already included in official repositories of CentOS and Red Hat.

    This article will help you to install EPEL and REMI repository on CentOS and Red Hat 7/6/5 systems.

    Install EPEL Repository

    EPEL release package is available under default CentOS repositories. So use the following command to install EPEL yum repository on your CentOS/RHEL 7/6/5 systems.

    yum install epel-release
    

    In the case of command doesn’t work for you, use one of below commands.

    ### For CentOS/RHEL 7 ###
    rpm -Uvh http://dl.fedoraproject.org/pub/epel/7/x86_64/Packages/e/epel-release-7-11.noarch.rpm
    
    ### For CentOS/RHEL 6 ###
    rpm -Uvh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
    

    Install REMI Repository

    Use following commands to install REMI yum repository on your CentOS/RHEL 7/6/5 systems. Make sure you already have installed EPEL repository before installing REMI.

    ### For CentOS/RHEL 7 ###
    rpm -Uvh http://rpms.famillecollet.com/enterprise/remi-release-7.rpm
    
    ### For CentOS/RHEL 6 ###
    rpm -Uvh http://rpms.famillecollet.com/enterprise/remi-release-6.rpm
    

    List all Installed Repository

    Use following command to list all installed yum repositories in your system.

    yum repolist
    

    Sample Output

    Loaded plugins: fastestmirror
    Loading mirror speeds from cached hostfile
     * base: pubmirrors.dal.corespace.com
     * epel: linux.mirrors.es.net
     * extras: mirrors.easynews.com
     * remi: mirrors.mediatemple.net
     * updates: mirrors.easynews.com
    repo id                 repo name                                             status
    base                    CentOS-6 - Base                                        6,518
    epel                    Extra Packages for Enterprise Linux 6 - x86_64        11,153
    extras                  CentOS-6 - Extras                                         37
    pgdg91                  PostgreSQL 9.1 6 - x86_64                                279
    pgdg93                  PostgreSQL 9.3 6 - x86_64                                307
    puppetlabs-deps         Puppet Labs Dependencies El 6 - x86_64                    77
    puppetlabs-products     Puppet Labs Products El 6 - x86_64                       475
    remi                    Les RPM de remi pour Enterprise Linux 6 - x86_64       2,407
    updates                 CentOS-6 - Updates                                       748
    repolist: 22,001
    
    epel package remi Repository yum
    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email WhatsApp
    Previous ArticleHow to Install Adobe Flash Player 32 on Ubuntu 18.04 & 16.04
    Next Article How to Use Systemctl Command to Manage Systemd Services

    Related Posts

    How To Install PIP on Debian 11 Linux

    Updated:October 1, 20212 Mins Read

    How To Install Older Version of a NPM Package

    Updated:July 4, 20212 Mins Read

    How to Install Yarn on MacOS

    3 Mins Read

    (Solved) apt-add-repository command not found – Ubuntu & Debian

    Updated:November 10, 20201 Min Read

    How to Use AppImage on Linux (Beginner Guide)

    Updated:October 22, 20203 Mins Read

    How to List Installed Repositories In Ubuntu & Debian

    2 Mins Read

    Leave A Reply Cancel Reply

    Recent Posts
    • What is CPU? – Definition, Types and Parts
    • What is the /etc/aliases file
    • What is the /etc/nsswitch.conf file in Linux
    • How to Install Ionic Framework on Ubuntu 22.04
    • What is the /etc/hosts file in Linux
    Facebook Twitter Instagram Pinterest
    © 2022 Tecadmin.net. All Rights Reserved | Terms  | Privacy Policy

    Type above and press Enter to search. Press Esc to cancel.