I usually update through dnf but sometimes Discover says there is a “system upgrade” with however many packages that are pending upgrade, but no details provided. It requires a restart after completing.
What is the difference between the two?
I usually update through dnf but sometimes Discover says there is a “system upgrade” with however many packages that are pending upgrade, but no details provided. It requires a restart after completing.
What is the difference between the two?
Backend of discover doesn’t know about that u did dnf update and think they are pending update in it’s database when y restarting it makes dnf update checks underhood and getting informed that there is no update anymore
It still restarts and does the whole “Updating, please do not turn off your computer” screen. Does dnf take care of that all? Is it even necessary to restart?
Using dnf is betrer than using Discover. Mostly because
sudo dnf history undo last
exists, which undoes the latest “transaction”.(Each transaction is an action of removing, reinstalling, updating and installing (a) package(s).)
Offline updates is one of the things that annoyed me most back when I was using Windows, and somehow they’ve managed to make it even worse in Fedora. Luckily you can turn it off in F41 by going to the “Software Update” section in system settings, and then changing “Apply system updates” to “Immediately”. Haven’t upgraded to 42 yet but I hope the setting is still there.