Friday, May 3, 2024
 Popular · Latest · Hot · Upcoming
136
rated 0 times [  136] [ 0]  / answers: 1 / hits: 129213  / 2 Years ago, tue, december 7, 2021, 1:53:36

I am a new Ubuntu 22.04 user who is facing an issue with the Snap
Store. Whenever I try to update the Snap Store I can see these error messages.


enter image description here


Pending update of "snap-store" snap 
Close the app to avoid disruptions (13 days left)

error 2


Unable to update "Snap Store": 
(null): cannot refresh "snap-store": snap "snap-store" has
running apps (ubuntu-software)

More From » updates

 Answers
0

Sometimes the snap-store process starts in the background and stays open with 0% CPU usage even if the user did not actually launch the Snap Store application in the current session. For example, this would be the case if the following notification appeared on your desktop one or two minutes after booting Ubuntu.


enter image description here


If you opened the System Monitor it would show that the snap-store process had started automatically and was running. Ending the snap-store process would enable you to update the snap-store by running the following command.


sudo snap refresh

Alternatively to end the snap-store process so that the snap-store snap can be updated run the following command.


snap-store --quit && sudo snap refresh snap-store

If snap-store --quit doesn't work then force end the snap-store process from the System Monitor and run sudo snap refresh snap-store.


[#465] Wednesday, December 8, 2021, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
rowbris

Total Points: 419
Total Questions: 122
Total Answers: 101

Location: Norway
Member since Mon, May 23, 2022
2 Years ago
;