Today discover showed a message to install updates after restart.After I restart I see a discover notification that updates failed and that repair failed. discover give no hints what this caused this or how to continue from here.
The system works as I’m typing these lines.
EDIT: than if I update with dnf up the proton OpenPGP key is updated and the update works. But after reboot discover still notifies about a brokend update.
Same thing happened to me today. Discover had System Updates (289 packages to upgrade). I chose to ‘Update All’ and restarted. When I logged back in, the system tray notification stated “Failed Offline Update” with an option to “Repair System”. Clicked “Repair System” button then recived another notification stating “Repair Failed”. I then tried to update again via Discover, failed again.
Next I did an update via terminal - sudo dnf update. All updates went through, restarted my system, and no updates show in Discover.
Any ideas why this could have failed via Discover? Is it best to just update via terminal?
sudo dnf update |& tee ~/update_log_$(date +%Y%m%d.%H%M%S).txt
That log will show errors and progress nicely.
Full details of the update that you apply will be in the dnf history.
See dnf history --help for how to view the history.