Centos-repos: Difference between revisions

From Bashlinux
Jump to navigationJump to search
Content deleted Content added
Manpaz (talk | contribs)
No edit summary
Manpaz (talk | contribs)
No edit summary
Line 16: Line 16:


'''Recomended values'''
'''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''


=== RPMFusion ===
=== RPMFusion ===

Revision as of 04:26, 3 February 2010

Additional 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

RPMFusion

Link: [[1]] Is a merge of [[2]], [[3]] and [[4]] repositories.

RPMforge

Link: [[5]] Is a merge of [[6]], [[7]] and others.

ELRepo

Link: [[8]] Provides hardware support based on kernel module packages.