Skip to content

Instantly share code, notes, and snippets.

@edufolly
Last active May 10, 2022 22:06
Show Gist options
  • Save edufolly/8a75697bbc301f3e6119d36b60a3da8d to your computer and use it in GitHub Desktop.
Save edufolly/8a75697bbc301f3e6119d36b60a3da8d to your computer and use it in GitHub Desktop.
#!/bin/bash
set -x
apt remove -y --purge snapd
apt autoremove -y
rm -rf ~/snap
rm -rf /var/snap
rm -rf /var/lib/snapd
@edufolly
Copy link
Author

How to use

curl -Ls https://gist.githubusercontent.com/edufolly/8a75697bbc301f3e6119d36b60a3da8d/raw/1db4851fe934e38403ca4c0e55d697e0e078ce02/remove-snap.sh | bash -s

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