Skip to content

Instantly share code, notes, and snippets.

@nonohry
Created April 25, 2020 12:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nonohry/93faa19fb39b1c1fc113ee8f0530de19 to your computer and use it in GitHub Desktop.
Save nonohry/93faa19fb39b1c1fc113ee8f0530de19 to your computer and use it in GitHub Desktop.
How to completely remove snap

Find installed snaps: snap list

Remove installed snaps: sudo snap remove

Remove snapd: sudo apt purge snapd

Remove snap directory from home: rm -rf ~/snap

If you receive an error removing snapd then do the following sudo rm -rf /var/cache/snapd then run sudo apt purge snapd

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment