Unable to update "Snap Store": "snap store" has running apps

Asked by michael

How can I fix this problem?

https://i.postimg.cc/XvXYNh67/Screenshot-from-2024-03-25-16-38-22.png

Thank You for your answer.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Manfred Hampl
Solved:
Last query:
Last reply:
Revision history for this message
Best Manfred Hampl (m-hampl) said :
#1

The snap store application cannot be updated while it is running.
Close the Ubuntu-software app and wait.
The update will be tried again periodically in the background and sooner or later will succeed.

If you want, you can manually force the update by opening a terminal window and issuing the command
sudo snap refresh

Revision history for this message
Bernard Stafford (bernard010) said :
#2

Hence, "unable to update snap store"
Terminal:
killall snap-store
sudo snap refresh
   -then-
sudo apt update && sudo apt upgrade

Revision history for this message
michael (yellupcm-gmail) said :
#3

Thanks Manfred Hampl, that solved my question.