Tuesday 29 October 2019

How to Install REMI Repository on CentOS 7



REMI Repository is a third-party repository that provides the latest versions of software for Enterprise Linux, CentOS and for other clones. The REMI repository works along with EPEL repository to resolve any dependency for packages.
This article describes How to install REMI Repository on CentOS 7.

Step 1. Setup EPEL Repository: Follow the article How to install EPEL Repository on CentOS 7 using yum command on CentOS 7.

Step 2. Setup REMI Repository: Run the following command to install package for repository installation:

[root@linuxcnf ~]# rpm -Uvh https://rpms.remirepo.net/enterprise/remi-release-7.rpm
Retrieving https://rpms.remirepo.net/enterprise/remi-release-7.rpm
warning: /var/tmp/rpm-tmp.Nbj5pw: Header V4 DSA/SHA1 Signature, key ID 00f97f56: NOKEY
Preparing...                          ################################# [100%]
Updating / installing...
   1:remi-release-7.7-1.el7.remi      ################################# [100%]
[root@linuxcnf ~]#

Step 3. Verify the installation: Run the following command to verify the installation:

[root@linuxcnf ~]# yum repolist
Loaded plugins: fastestmirror, langpacks
………………..
repo id                                                   repo name                                                                                            status
base/7/x86_64                                             CentOS-7 - Base                                                                                      10,097
epel/x86_64                                               Extra Packages for Enterprise Linux 7 - x86_64                                                       13,441
extras/7/x86_64                                           CentOS-7 - Extras                                                                                       305
remi-safe                                                 Safe Remi's RPM repository for Enterprise Linux 7 - x86_64                                            3,618
updates/7/x86_64                                          CentOS-7 - Updates                                                                                      685
repolist: 28,146
[root@linuxcnf ~]#

Done!!! REMI Repository is successfully enabled on CentOS 7.

No comments:

Post a Comment