Skip to content

Instantly share code, notes, and snippets.

@chadly
Created September 17, 2020 15:07
Show Gist options
  • Save chadly/b3f10354927cb3a31150bb645f42c1a9 to your computer and use it in GitHub Desktop.
Save chadly/b3f10354927cb3a31150bb645f42c1a9 to your computer and use it in GitHub Desktop.
Kill snaps in Ubuntu but don't lose software center
sudo apt purge snapd
rm -rf ~/snap
sudo apt install gnome-software
sudo apt autoremove --purge snapd gnome-software-plugin-snap
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment