May 13, 2024

Ubuntu cannot refresh snap-store

Exception

Screenshot from 2024-05-13 13-47-06


Why?

A known bug is that you can’t refresh the snap-store from itself. All you can do is leave it, it will auto-update or run the below command to refresh it.


Solution

Open Terminal and run

1
2
sudo killall snap-store
sudo snap refresh snap-store

Done.



Reference

About this Post

This post is written by Andy, licensed under CC BY-NC 4.0.

#Ubuntu