In close collaboration with Seoul National University's Structural Complexity Laboratory

 

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
resource:sc_lab_info:fedora:upgrading [2019/06/03 08:50]
rim [Special Issues, Upgrading VirtualBox Hosts]
resource:sc_lab_info:fedora:upgrading [2019/06/03 09:01]
rim [Upgrading Fedora]
Line 1: Line 1:
 ====== Upgrading Fedora ====== ====== Upgrading Fedora ======
 General issues in upgrading Fedora General issues in upgrading Fedora
 +
 +dnf install dnf-utils, meld
   * Before Upgrading   * Before Upgrading
-    * yum update+    * dnf update
     * %%package-cleanup --problems%%     * %%package-cleanup --problems%%
     * %%package-cleanup --dupes%%     * %%package-cleanup --dupes%%
     * %%package-cleanup --orphans%%     * %%package-cleanup --orphans%%
     * rpmconf -a (using meld to conflate)     * rpmconf -a (using meld to conflate)
 +  * A good summary of the (around F30) upgrade process: [[https://​fedoramagazine.org/​upgrading-fedora-29-to-fedora-30/​]]
   * After Upgrading   * After Upgrading
-    * yum distro-sync +    * dnf distro-sync 
-    * yum update+    * dnf update
     * %%package-cleanup --problems%%     * %%package-cleanup --problems%%
     * %%package-cleanup --dupes%%     * %%package-cleanup --dupes%%
Line 16: Line 19:
  
 Some useful scripts Some useful scripts
-  * When you want to delete a package (usually, to reinstall because of yum screw-ups) without touching any dependencies:​+  * When you want to delete a package (usually, to reinstall because of dnf screw-ups) without touching any dependencies:​
 ''​%%rpm -e --justdb --nodeps packagename%%''​ ''​%%rpm -e --justdb --nodeps packagename%%''​
 ===== Special Issues, Upgrading / Backing up Multi-Partition Hosts ===== ===== Special Issues, Upgrading / Backing up Multi-Partition Hosts =====