NixUser

NixUser.com | Unix User | Linux User | NixUser

Unable to update “Snap Store”: (null): cannot refresh “snap-store”: snap “snap-store” has running apps (ubuntu-software) on ubuntu 22.04

If you check the processes, you could see that the snap-store process was running.

Stopping that process will help you install the update, after killing the process, try to update snap-store.

sudo snap refresh

If that doesn’t work, use the following command.

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

This should work.

If it didn’t, use:

sudo killall snap-store
sudo snap refresh snap-store