klequis / coding-notebook

notes on coding issues
MIT License
0 stars 0 forks source link

cannot update snap-store #35

Open klequis opened 1 year ago

klequis commented 1 year ago

The snap-store process must be stopped in order to update it. There are a variety of approaches for doing so but this is what worked for me.

killall snap-store

I then updated it via the Updates tab in the Software Store but apparently you can also

sudo snap refresh

Although I think that is odd it should say sudo "snap-store" refresh or better yet "update" but I haven't used that command so can't say how it works.