Removing snap
.
As mook765 commented, you can remove
or purge
snap
.
if you don't want to use snap
, simply purge
it by running:
sudo apt autoremove --purge snapd
What you asked:
Is there any official flavour of Ubuntu that does not include snap
by default?
As, Olimjon said in their answer, every official flavour of Ubuntu has snapd
installed by default. Other distributions, which are based on Ubuntu eg: Pop OS!, Mint, etc., don't have snap installed by default. If you want to stick with Ubuntu and official flavours, then I recommend to purge
snapd
.
apt purge snapd
. I'm not a great friend with snaps too, but it's nice to have the option to use a snap when needed... – mook765 Dec 24 '21 at 09:13