gnome-software cannot update snaps because it is a snap
Bug #1979106 reported by
Paul Dufresne
This bug affects 5 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
snap-store-desktop |
New
|
Undecided
|
Unassigned |
Bug Description
I believe gnome-software is installed as a snap in 22.04.
Because of that it cannot update snaps by calling "snap refresh" because when doing so you must stop all running snap applications... that is gnome-software that want to update snaps.
Well, at least that is the way I interpreted the message given on my friend computer today.
I might be wrong.
I got to a page that suggested to:
sudo apt remove snaps-store
sudo apt install snap-store
I did, and it temporarily fixed the updates... but I expect it to come back soon because of what I believe a design flaw: try to use a snap app to update snaps.
affects: | tumbler (Ubuntu) → snap-store-desktop |
To post a comment you must log in.
Thinking about it a little bit more... gnome-softwre could replace itself by a script that call "snap refresh" followed by "the continuation of gnome-software on the updated snap-store" (if you can write that).