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

Leave a Reply

Line and paragraph breaks automatic.
XHTML allowed: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

Comments Protected by WP-SpamShield Spam Filter