How to remove all the firefox (and other) cruft in /snap etc.?

Grizzlly Real_Grizz_Adams at yahoo.co.uk
Fri Dec 22 16:06:37 UTC 2023


Friday, December 22, 2023  at 13:54, Chris Green wrote:
Re: How to remove all the firefox ( (at least in part)

>Finally 'snap remove --purge snapd' (yes, it can remove itself!) after
>which 'apt purge snapd' leaves things reasonably cleaned up.  :-)  It
>even removes the /snap directory.

Real Final step (after cleaning up various snap[ish] dirs) 

Preventing Snap Installation Through the apt Command

$ sudo cat <<EOF | sudo tee /etc/apt/preferences.d/nosnap.pref
Package: snapd
Pin: release a=*
Pin-Priority: -10
EOF





More information about the ubuntu-users mailing list