How to remove snaps from ubuntu 20.04 in one fell swoop
So I don’t use snaps, but it seems that Ubuntu really wants me to. When I look at the performance monitor I can see that the snap store is using a nearly half a gig of memory. So it has to go…
The commands below should make it go away…
sudo apt-get purge snapd
rm -rf ~/snap
sudo rm -rf /snap
sudo rm -rf /var/snap
sudo rm -rf /var/lib/snapd