if you can't refresh snap-store in Ubuntu 22

If you can't refresh snap-store from Ubuntu 22. Use the following commands.

ps -e | grep snap-store #id blocking process

image.png

Pick id process.

kill #id_process

and...

sudo snap refresh

image.png

DONE!