Pending Update of Snap Store ... still. The answers on Pending Update of Snap Store aren't working for me (or maybe I'm just not understanding them correctly). Tried several of the ideas posted but still 'Pending Update of Snap Store' pops up.
Answer from User535733:
Quit the application (in this case, snap-store [a.k.a. Ubuntu Software]). You might not recall that you have it open, but you do. Maybe it's minimized. Find it and Quit the application.
Can find Snap (when I press 'see hidden files') ... but can't see it's open. How can I close it?.
If I tentatively assume that it is already closed, and proceed with sudo snap refresh
, the answer is all snaps up to date
.
Re-launch your application.
OK … how to do that?
When snap/snap store is an application, why can't I see it under settings/applications?
Second and third parts of that answer, as I understand it, the error is that the snap store needs to be updated (even though it says 'all snaps up to date') because it hasn't been closed for 2 weeks, even though I've only had the computer for 10 days (and can't update when it's open) ... and if it doesn't (because i can't figure out how), it just that snap then shuts itself down and updates itself. Is that correctly understood? (no big disaster waiting to happen, then)
Do I have to open snap manually then?
Will this be a recurring problem (annoying pop-up) every 2 weeks?
answer from mrjusepelo:
sudo snap refresh snap-store
returns "snap-store" has no updates available. But how can they be 'Pending' then?
When I run
sudo apt-get upgrade
it shows that:
snapd.failure.service is a disabled or a static unit not running, not starting it
snapd.snap-repair.service is a disabled or a static unit not running, not starting it.
Is that as it should be?
Edit: The problems here, are probably my lack of understanding of the answers in the other thread, not understanding the lingo. And that I didn't understand rather elementary things like how to close an app, or that snap-store and Ubuntu software are the same (I'll bet I'm not the only beginner who didn't get that) ... and knowing that also gives the answer to 'When snap store is an application', why can't I see it under settings/applications? well you can, as Ubuntu software (Thanks to 535733 for input). I have gradually figured most of it out (I hope) ... but I see my question as an example, of how difficult it is to be new :)
So, only question left: When 'sudo snap refresh snap-store' returns "snap-store" has no updates available, how can they be 'Pending' then?
snap
andsnap-store
.snap
is a terminal command for controlling snapd, the service that handles the unpacking, updating, and sandboxing of snap packages.snap-store
is an application (also known as Ubuntu Software) that provides your pretty app store . Despite the similarity of names, they are completely different, do different things, and have different developers.. Trying to kill or update one won't affect the other. – user535733 Aug 10 '22 at 12:25snap-store
then try the commandsudo snap refresh snap-store
(exact name and correct capitalization are important!), and post the exact, complete input and output in your Question above. Also, you should not need to reboot your system merely to re-launch an application that you're not actually using anyway. Re-launching the application is unnecessary, merely a convenience for folks who were using their application before. – user535733 Aug 10 '22 at 12:29