Last active
May 10, 2022 22:06
-
-
Save edufolly/8a75697bbc301f3e6119d36b60a3da8d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
set -x | |
apt remove -y --purge snapd | |
apt autoremove -y | |
rm -rf ~/snap | |
rm -rf /var/snap | |
rm -rf /var/lib/snapd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How to use
curl -Ls https://gist.githubusercontent.com/edufolly/8a75697bbc301f3e6119d36b60a3da8d/raw/1db4851fe934e38403ca4c0e55d697e0e078ce02/remove-snap.sh | bash -s