Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
systems:fedora [2020/04/29 07:41]
eServices Greece created
systems:fedora [2020/04/29 07:58] (current)
eServices Greece
Line 1: Line 1:
 ===== Dist Upgrade ===== ===== Dist Upgrade =====
 +Please upgrade sequentially, for example, if you are on latest on release 30, upgrade to 31 and then to 32.  The first 2 weeks of a release you can do a N-2 upgrade but its not supported and should be avoided.
 +  * As of now you can sequentially upgrade from Release 21 to 32 without issues.
 +  * During step 4 you will be presented with any packages that cannot be upgraded, do NOT skip-broken, remove the packages and then re run step 4.
 +  * Python 2.7 is now(r31) provided with package python27, you will need to update your scripts to use the new binary (<wrap em>#!/usr/bin/python2.7</wrap>). <sxh bash>sudo dnf install python27</sxh>
 +  * Extensions are now(r31) managed from a new application you need to install :<sxh bash>sudo dnf install gnome-extensions-app</sxh>
 +  * EarlyOOM is enabled by default on r31
 +
  
 ==== Step 1: Upgrade current ==== ==== Step 1: Upgrade current ====
Line 34: Line 41:
  
 === Remove Duplicates (multiple versions) === === Remove Duplicates (multiple versions) ===
-<sxh bash>dnf repoquery --duplicates</sxh>+<sxh bash>sudo dnf repoquery --duplicates</sxh>