Differences between revisions 1 and 2
Revision 1 as of 2021-11-06 03:02:52
Size: 830
Editor: PieterSmit
Comment:
Revision 2 as of 2021-11-06 12:09:15
Size: 859
Editor: PieterSmit
Comment:
Deletions are marked like this. Additions are marked like this.
Line 12: Line 12:
 * Best way install Debian.

Linux/Remove Ubuntu Snap

What is Snap ?

  • Snap is new Ubuntu packaging, in place of apt
  • There is also flatpack and alternative to snap.

Why remove it ?

  1. 2021: It is slower than APT packages, e.g. Firefox noticeably slower startup
  2. Creates a bunch of /dev/loopX devices for each snap package

How ?

sudo apt-get autopurge snapd

cat <<EOF | sudo tee /etc/apt/preferences.d/nosnap.pref
# To prevent repository packages from triggering the installation of Snap,
# this file forbids snapd from being installed by APT.
# For more information: https://linuxmint-user-guide.readthedocs.io/en/latest/snap.html

Package: snapd
Pin: release a=*
Pin-Priority: -10
EOF

Linux/RemoveUbuntuSnap (last edited 2021-11-06 12:09:15 by PieterSmit)