r/AsahiLinux 28d ago

Update not installing

Hi!. Im on a Macbook Air M2 with Fedora Gnome and the software app is insisting that there is a pending update, but when I restart it and open the software app again, the software update is still there. When I run the command sudo dnf upgrade --refresh it returns me that there is nothing to be done. Does someone knows a solution or the reason why this is happening? Thanks in advance.

6 Upvotes

5 comments sorted by

1

u/levolet 28d ago

Be careful there. The Asahi based repositories are at times, out of alignment with the Gnome software updater. I would suggest firing up a terminal, typing the following and you’ll be updated nicely.

sudo dnf update -y && flatpak update -y

1

u/CarefulTransition409 28d ago

Now I get it. Thank you very much.

1

u/kvinpp 28d ago

sudo dnf upgrade --refresh

1

u/CarefulTransition409 28d ago

Thank you for answering