I'd love to delete the Snap folder in my home. It takes 97 GB of space. No package manager should be allowed this amount of space in the /home mount point! How can I safely delete Snap and all its content (without breaking dependencies)?
I am really not interested in hiding or moving the Snap folder. I wish to delete it and remove the package that is responsible for it. Really I was happy enough with aptitude.
sudo apt purge snapd
. This will remove current snaps, prevent further snap installs. (- you'll still need to remove snap folder in home directory yourself – doug Oct 06 '19 at 07:20snap
I've needed to install. Many of the large developers who provide asnap
also provide a regularsudo apt install
version which I use instead. – WinEunuuchs2Unix Oct 06 '19 at 15:36