Comment 18 for bug 2036765

Revision history for this message
Nedim (nedeem) wrote :

This bug was affecting me:

````
nedim@T580:~$ snap switch --channel=latest/stable/ubuntu-23.10 snap-store
````

I would get this error

````
error: snap "snap-store" is not installed
````

Solved by

````
snap install snap-store
snap switch --channel=latest/stable/ubuntu-23.10 snap-store

````