Created
June 12, 2024 21:11
-
-
Save ryzendew/4a7ed81740ba0ef3c8f899ec0047c44e to your computer and use it in GitHub Desktop.
How to upgrade to Nobara 40
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Nobara 40 is currently ready to be upgraded to from 39. No new ISOs have been made yet, but all packages are updated and finalized. | |
To upgrade, nothing special is required this time around. | |
Run the Update System app (or nobara-sync in a terminal) to update your 39 installation and bring it in line with some packaging differences (wine-staging) that exist in 40 | |
`sudo dnf install dnf-plugin-system-upgrade -y | |
This plugin may already be installed, especially if you have previously upgraded from an older Nobara version. (eg. 38 > 39) | |
`sudo dnf system-upgrade download --releasever=40 -y` | |
At this point, dnf will download the appropriate packages from 40 and will check against them for any dependency errors. You must resolve all errors before proceeding. If you're unsure on how to proceed, ask here and for the love of God never do --allowerasing | |
`sudo dnf system-upgrade reboot` | |
This final step will reboot your system and upgrade everything to Nobara 40. Be aware that it may take a while and appear stuck at various points. Don't interrupt! Again, if you're unsure, ask here and somebody will respond. Don't be impatient. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment