Centos-repos: Difference between revisions
From Bashlinux
Jump to navigationJump to search
Content deleted Content added
No edit summary |
Redirected page to CentOS repositories |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| ⚫ | |||
__NOTOC__ |
|||
| ⚫ | |||
Before to add any other repitory, do setup ''yum-priorities'' |
|||
<pre><nowiki> |
|||
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: |
|||
<pre><nowiki> |
|||
priority=N |
|||
</nowiki></pre> |
|||
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: [[http://rpmfusion.org]] |
|||
Is a merge of [[http://dribble.org.uk|Dribble]], [[http://freshrpms.net|Freshrpms]] and [[http://rpm.livna.org|Livna]] repositories. |
|||
=== RPMforge === |
|||
Link: [[http://rpmforge.net]] |
|||
Is a merge of [[http://dag.wieers.com|Dag]], [[http://dries.ulyssis.org|Dries]] and others. |
|||
=== ELRepo === |
|||
Link: [[http://elrepo.org]] |
|||
Provides hardware support based on kernel module packages. |
|||
Latest revision as of 22:21, 6 June 2015
Redirect to: