Changes

Jump to navigation Jump to search
50 bytes added ,  23:48, 22 January 2013
Line 179: Line 179:  
==== Configure yum priorities ====
 
==== Configure yum priorities ====
 
Set the base, updates and extras repo in /etc/yum.repos.d/CentOS-Base.repo a high priority (respectivly 50, 40, 50)
 
Set the base, updates and extras repo in /etc/yum.repos.d/CentOS-Base.repo a high priority (respectivly 50, 40, 50)
 +
<syntaxhighlight lang="Bash">
 
  [...]
 
  [...]
 
  [base]
 
  [base]
Line 207: Line 208:  
  #
 
  #
 
  [...]
 
  [...]
 +
</syntaxhighlight>
    
==== Set Epel to a priority of 60 in /etc/yum.repos.d/epel.repo ====
 
==== Set Epel to a priority of 60 in /etc/yum.repos.d/epel.repo ====

Navigation menu