Changes

Jump to navigation Jump to search
m
Line 116: Line 116:     
==== Yum upgrade ====
 
==== Yum upgrade ====
After the initial yum install we need to upgrade to the latest versions available in the repositories. To prevent conflicts between the SME and sl repo's, the sl repo's will be given priority over the SME Server repo's. For this yum-priorities needs to be instaled:
+
After the initial installation of the required packages, a yum upgrade is required without enabling or disabling repo's
 
  −
yum install yum-priorities
  −
  −
Then we can add the following line to '''each''' of the sl repo's. A good place would be right under the 'enabled=' line.
  −
 
  −
priority=1
  −
 
  −
 
  −
Now we can do the yum upgrade with all repo's enabled without having conflicts:
  −
 
   
  yum upgrade --nogpg
 
  yum upgrade --nogpg
  −
  −
This will result in the below summary. The numbers may vary depending on the changes in the repositories.
  −
Transaction Summary
  −
Install 1 Package(s)
  −
Upgrade 10 Package(s)
  −
Total download size: 37 M
      
==== Post-upgrade/reboot ====
 
==== Post-upgrade/reboot ====

Navigation menu