What sudo apt purge snapd
doing exactly and how to remove all snap
apps from the system at once?
Asked
Active
Viewed 164 times
-2

Qui-Gon Jinn
- 107
1 Answers
2
snapd
is a daemon required to run snaps (see What do snap, snapd and Snappy refer to?).
sudo apt purge snapd
removes this software package AND associated configuration files.

Anthony Kelly
- 347
man dpkg
). How to remove snap-provided applications is clearly explained in the snap documentation (seeman snap
). – user535733 Nov 28 '22 at 05:53