Download complete! Use dnf system-upgrade reboot to start the upgrade.
To remove cached metadata and transaction use dnf system-upgrade clean
The downloaded packages were saved in cache until the next successful transaction.
You can remove cached packages by executing dnf clean packages.
I thought I should run dnf system-upgrade clean to remove any misc junk or cache, thatâs what I interpreted the command to do based off of the description, and then restart. I did and then got the message fedora system is not ready for upgrade after trying to reboot.
Shouldnât it be made clearer that system-upgrade clean delete the files that were just downloaded for the upgrade?! Perhaps instead say something like âTo delete files for upgrading use dnf system-upgrade cleanâ.
The first line says how to complete the upgrade.
The following lines tell the user how to perform different tasks and provides information.
Actually the last line is not related to the system-upgrade process at all since dnf clean packages' acts on the normal dnf cache tree ( /var/cache/dnf ) and dnf system-upgrade clean` works on the upgrade tree ( /var/lib/dnf )