Skip to content

Instantly share code, notes, and snippets.

@andrewpayne68
Last active August 31, 2024 10:55
Show Gist options
  • Select an option

  • Save andrewpayne68/6e5cb8e2d19b7e2a79145fe3bc330e42 to your computer and use it in GitHub Desktop.

Select an option

Save andrewpayne68/6e5cb8e2d19b7e2a79145fe3bc330e42 to your computer and use it in GitHub Desktop.
UBUNTU SNAP UPDATE FIX

UBUNTU SNAP UPDATE FIX

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

I too ran into the same issue. I was only able to update snap-store (Ubuntu Software) by running:

killall snap-store
sudo snap refresh snap-store

The last versions of SnapStore include a parameter for that

@SergioCostas I tried the command you suggested, but as of version “41.3-66-gfe1e325”, it doesn’t look like it’s working or available yet.

$ snap-store --quit-on-close-for-update
snap-store --quit
snap refresh snap-store
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment