FIRST, let’s address the elephant in the room for previous Fedora users:
“Why can’t I just use dnf update?”
Nobara’s Update application has been designed so that it not only updates packages on the system, but also checks for modifications or changes to the system’s repositories, as well as performs a ‘sync’ to installed applications. What this means is that it will check package versions installed on the system against package versions in the upstream repositories, and if they do not match versions, it will attempt to sync them to the correct version. This provides better update compatibility in the event that a custom package may have been installed or overridden system packages and/or otherwise caused conflicts. This also provides an auto-rollback mechanism in case a package update was pushed then removed or downgraded upstream. THEREFORE dnf update is simply -not enough- by itself, and it is instead recommended to use the DNF App Center application provided by Nobara.
Now that that’s addressed, there are 3 different ways you can use to correctly open the DNF App Center and update the system.




In the update section, if packages are available to be updated, they will be shown with a checkbox. From there you can either:
Press 'Update System' to update everything (Recommended choice that also runs all quirks)
Check items you want updated and press 'Update Selected'
If there are no items listed, then there are no updates available and your system is fully up to date.
If updater logs ended with "System Update: System update completed successfully." then all good. But for any errors that you might encounter during updates, there's a 'Send to pastebin' button that can be used to easily share logs for support on the official Discord.
Note that DNF App Center only updates RPM packages installed from any enabled repositories. For managing alternative application types:
flatpak update -ysudo snap refreshnobara-sync or nobara-sync cli in a terminal launches the Updater app CLI mode (command line interface). Even if you are stuck in a non graphical interface (TTY), this should make it possible for you to run updates.
Note that running nobara-sync --all will also update all flatpak packages alongside RPM packages. In case of possible update issues, you might want to run nobara-sync repair or sudo dnf distro-sync --refresh, which might help to resolve some of the conflicts.
Also, nobara-sync check-repos && nobara-sync check-updates can allow you to view pending updates without installing them.
If you want to share latest CLI updater log: cat ~/.local/share/nobara-updater/nobara-sync.log | npaste