[HOW TO] Get rid of Snap in Zorin

Greetings,

You're like me don't like Snap for whatever reason(s) and want to remove it from your system? Look no further, this is how it is done.


With two commands you'll be Snap-free. But beware it will uninstall any snap installed application also.
The first command clear the snap cache.
The second command remove snap and snap applications.

sudo rm -rf /var/cache/snapd
sudo apt-get remove --purge snapd

Enjoy!!! :slight_smile:

13 Likes

Hi Strom,

I run
$ snap list

to check what I have as Sap on my system.
I got the following returned:

$ snap list
Name Version Rev Tracking Publisher Notes
core18 20210507 2066 latest/stable canonical✓ base
gnome-3-28-1804 3.28.0-19-g98f9e67.98f9e67 145 latest/stable canonical✓ -
gtk-common-themes 0.1-52-gb92ac40 1515 latest/stable canonical✓ -
snapd 2.50.1 12057 latest/stable canonical✓ snapd
wine-platform-5-stable 5.0.3 16 latest/stable mmtrt -
wine-platform-runtime v1.0 220 latest/stable mmtrt -

Is it OK to remove them all?

1 Like

Yes, it won't break your system. Snap runs a system in the system in its own little bobble :stuck_out_tongue: So to remove them will not harm your "real" system.

1 Like

Thanks, Storm!

I just run the commands and no, the sky did not fall upon me :laughing:

PS
I think your way of adding [How to] to the tutorial is excellent! I did the same for my latest tutorial :slight_smile:

2 Likes

32 posts were split to a new topic: Discussing [HowTo] Get rid of Snap in Zorin

  1. It takes more resources to run X,Y,Z application in snaps.
  2. It doesn't follow UI/theme/icons rules of your system eg. you have to manual set up custom icon for applications.
  3. It's slow.
2 Likes

Snap and flatpak also have shown some pretty serious security issues.

But for me, personally, the reason I abhor Snap is because of what it does and what it represents in FOSS.
Snap is a Broken Promise by Canonical that seeks to assert more control over the user and the users system. Not only does Snap sandbox its applications, locking everything out and making them difficult to troubleshoot, it also replaces other methods of installation, which is something Canonical Promised it would not do at the time of the release of Snap. Even now, if you use the Software Center, it will sneak Snaps in, offering no alternative.
It is due to this that the Zorin Group included the ability to check the source in their Zorin OS Software App.

Flatpak is about "half-snap" so I show it no mercy, either.

3 Likes

Yes you can install snapd using the reverse of the process to remove it:

sudo apt install snapd

And how to add the snap library into the Software store after purge and reinstall?

Try:

sudo apt install gnome-software-plugin-snap

1 Like