How to Configure Additional YUM Repositories for CentOs , Red Hat and Fedora

Earlier we have already install EPEL and RepoForge  repository on RHEL 7 and CentOS 7 Server . Now in this article we will describe additional YUM repositories  with epel and repoforge  for CentOs , Red Hat , Fedora .

EPEL & RepoForge repositories having extra packages of  that is not in linux box like CentOS and RHEL repositories and Here we will discuss about some extra repositories community which provides updated packages or newer version packages .

Install the IUS repository :

CentOs  7.x

curl -LO https://dl.iuscommunity.org/pub/ius/stable/CentOS/7/x86_64/ius-release-1.0-14.ius.centos7.noarch.rpm

rpm -Uvh ius-release*.rpm

 

Red Hat 7.x

wget http://dl.iuscommunity.org/pub/ius/stable/RedHat/7/x86_64/ius-release-1.0-13.ius.el7.noarch.rpm

sudo rpm -Uvh ius-release*.rpm

 

CentOs  6.x

curl –LO  http://dl.iuscommunity.org/pub/ius/stable/CentOS/6/x86_64/ius-release-1.0-13.ius.centos6.noarch.rpm

rpm -Uvh ius-release*.rpm

Red Hat 6.x

wget http://dl.iuscommunity.org/pub/ius/stable/RedHat/6/x86_64/ius-release-1.0-13.ius.el6.noarch.rpm

sudo rpm -Uvh ius-release*.rpm

 

CentOS 5.x

curl –LO  https://dl.iuscommunity.org/pub/ius/stable/CentOS/5/x86_64/ius-release-1.0-14.ius.centos5.noarch.rpm

rpm -Uvh ius-release*.rpm

 

Red Hat 5.x

wget http://dl.iuscommunity.org/pub/ius/stable/Redhat/5/x86_64/ius-release-1.0-13.ius.el5.noarch.rpm

sudo rpm -Uvh ius-release*.rpm


Install and Configure Remi Repository on CentOS , Red Hat and Fedora Versions .

CentOS/RHEL 7:

 

[box type=”download”] # rpm -Uvh http://rpms.famillecollet.com/enterprise/remi-release-7.rpm[/box]

 

CentOS/RHEL 6:

[box type=”download”] # rpm -Uvh http://rpms.famillecollet.com/enterprise/remi-release-6.rpm[/box]

 

CentOS/RHEL 5:

[box type=”download”] # rpm -Uvh http://rpms.famillecollet.com/enterprise/remi-release-5.rpm[/box]

 

Fedora 20:

[box type=”download”]# rpm -Uvh http://rpms.famillecollet.com/remi-release-20.rpm[/box]

 

Fedora 19:

[box type=”download”]# rpm -Uvh http://rpms.famillecollet.com/remi-release-19.rpm[/box]

 

About Sachin G

I am a professional freelance contributor and founder of tech transit. Love to write and lover of education, culture, and community. I have been using it, setting, supporting, and maintaining it since 2009.Linux rocks!

Have any Question or Comment?

Leave a Reply

Your email address will not be published. Required fields are marked *