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?
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).)