Difference between revisions of "Centos-repos"

From Bashlinux
Jump to: navigation, search
Line 1: Line 1:
  +
__NOTITLE__
 
__NOTOC__
 
__NOTOC__
  +
=CentOS repositories=
 
<!-- ##master-page:centos -->
 
<!-- ##master-page:centos -->
 
= Additional CentOS repositories =
 
= Additional CentOS repositories =
 
Before to add any other repitory, do setup ''yum-priorities''
 
Before to add any other repitory, do setup ''yum-priorities''
 
<pre><nowiki>
 
 
yum -y install ''yum-priorities''
 
yum -y install ''yum-priorities''
</nowiki></pre>
 
   
 
and setup priorities on each repo defined under `/etc/yum.repos.d` folder, by adding the following line into the repo section:
 
and setup priorities on each repo defined under `/etc/yum.repos.d` folder, by adding the following line into the repo section:
 
<pre><nowiki>
 
 
priority=N
 
priority=N
 
: Where '''N''' is the number of priority, the higher preference is '''1''' and the lower is '''99'''.
</nowiki></pre>
 
   
 
'''Recomended values'''
Where '''N''' is the number of priority, the higher preference is '''1''' and the lower is '''99'''.
 
 
'''Recomended values'''
 
 
* base, addons, updates, extras : ''priority=1''
 
* base, addons, updates, extras : ''priority=1''
 
* centosplus, contrib : ''priority=2''
 
* centosplus, contrib : ''priority=2''
 
* others : ''priority=3''
 
* others : ''priority=3''
   
=== Kernels by Linville ===
+
==== Kernels by Linville ====
Link: [[http://people.redhat.com/linville/kernels/rhel5/]]
+
Link: http://people.redhat.com/linville/kernels/rhel5/ <br>
 
Kernels for testing and experimentation, useful for new features, including wireless cards.
 
Kernels for testing and experimentation, useful for new features, including wireless cards.
   
=== RPMFusion ===
+
==== RPMFusion ====
Link: [[http://rpmfusion.org]]
+
Link: http://rpmfusion.org
   
Is a merge of [[http://dribble.org.uk|Dribble]], [[http://freshrpms.net|Freshrpms]] and [[http://rpm.livna.org|Livna]] repositories.
+
Is a merge of [http://dribble.org.uk Dribble ], [http://freshrpms.net Freshrpms] and [http://rpm.livna.org Livna] repositories.
   
=== RPMforge ===
+
==== RPMforge ====
Link: [[http://rpmforge.net]]
+
Link: http://rpmforge.net
   
Is a merge of [[http://dag.wieers.com|Dag]], [[http://dries.ulyssis.org|Dries]] and others.
+
Is a merge of [http://dag.wieers.com Dag], [http://dries.ulyssis.org Dries] and others.
   
=== ELRepo ===
+
==== ELRepo ====
Link: [[http://elrepo.org]]
+
Link: http://elrepo.org
   
 
Provides hardware support based on kernel module packages.
 
Provides hardware support based on kernel module packages.

Revision as of 01:49, 6 June 2015

__NOTITLE__

CentOS repositories

Additional CentOS repositories

Before to add any other repitory, do setup yum-priorities

yum -y install yum-priorities

and setup priorities on each repo defined under `/etc/yum.repos.d` folder, by adding the following line into the repo section:

priority=N
Where N is the number of priority, the higher preference is 1 and the lower is 99.

Recomended values

  • base, addons, updates, extras : priority=1
  • centosplus, contrib : priority=2
  • others : priority=3

Kernels by Linville

Link: http://people.redhat.com/linville/kernels/rhel5/
Kernels for testing and experimentation, useful for new features, including wireless cards.

RPMFusion

Link: http://rpmfusion.org

Is a merge of Dribble , Freshrpms and Livna repositories.

RPMforge

Link: http://rpmforge.net

Is a merge of Dag, Dries and others.

ELRepo

Link: http://elrepo.org

Provides hardware support based on kernel module packages.