Fedora Upgrade
- System upgrade
1sudo dnf upgrade --refresh
- Reboot
1sudo reboot
- Download updated packages
1sudo dnf system-upgrade download --releasever=37
- Trigger the upgrade process. This will reboot your machine (immediately!, without a countdown or confirmation, so close other programs and save your work) into the upgrade process running in a console terminal:
1sudo dnf system-upgrade reboot