I have a four year old notebook which was initially running Ubuntu 18.10 and then upgraded to each "normal" Ubuntu version every six months. Currently, it is running 22.10. When I run a snap list
command, I get the following output:
Name Version Rev Tracking Publisher Notes
bare 1.0 5 latest/stable canonical✓ base
core 16-2.58.3 14946 latest/stable canonical✓ core
core18 20230320 2721 latest/stable canonical✓ base
core20 20230308 1852 latest/stable canonical✓ base
core22 20230325 607 latest/stable canonical✓ base
firefox 111.0.1-2 2487 latest/stable mozilla✓ -
gnome-3-38-2004 0+git.6f39565 137 latest/stable canonical✓ -
gnome-42-2204 0+git.e7d97c7 68 latest/stable canonical✓ -
gtk-common-themes 0.1-81-g442e511 1535 latest/stable canonical✓ -
hunspell-dictionaries-1-7-2004 1.7-20.04+pkg-6fd6 2 latest/stable brlin -
snap-store 41.3-66-gfe1e325 638 latest/stable canonical✓ -
snapd-desktop-integration 0.1 57 latest/stable/… canonical✓ -
Do I really need core18
, gnome-3-28-2004
, and any other of the above listed snaps on my system?
On a similar test system I tried:
# snap remove gnome-3-38-2004
gnome-3-38-2004 removed
# snap remove core18
core18 removed
with no warning or error message. But, after that, firefox
did not start and gave me an ERROR: not connected to the gnome-3-38-2004 content interface.
message.
So, I had to do snap install gnome-3-38-2004
to correct the problem.
What of the other snaps can be safely removed from my system?
firefox
snap requirescore20
,gnome-3-38-2004
,gtk-common-themes
, andbare
(ignoring the obvioussnapd
) ... FYI: I just looked at the manifest of a Lubuntu ISO where the only snap we include isfirefox
& can thus see what it also drags in due to connections. – guiverc Apr 05 '23 at 11:28