What is Nostr?
Freedom Tech
npub1fkl…j48l
2024-06-27 19:15:27

Freedom Tech on Nostr: ...



# How To Remove Snapcraft

How to Remove Snapcraft From Ubuntu (And possibly other Debian based distros)

>Note: Linux Mint does not come with snap

1. List all installed snap packages:
```
snap list
```
2. Remove each package listed in step 1. Must be done individually. You cannot remove the "core" package.
```
sudo snap remove --purge package-name
```
3. Clear the snap cache:
```
sudo rm -rf /var/cache/snapd/
```
4. Uninstall snapd and the snap GUI tool
```
sudo apt autoremove --purge snapd gnome-software-plugin-snap
```
5. Remove the snap preferences from your home directory.
```
rm -fr ~/snap
```
6. Put the snapd package on hold, which prevents it from being installed or updated automatically.
```
sudo apt-mark hold snapd
```
Isn't open-source grand!! Microsoft, Apple and Google would never let you do something like this.

Join the channel and share.

[⚡️ Follow Freedom Tech](https://nostr.at/npub1fkluklzamwpyn7w8awxzrcqe7z8mldlvthk4gz9kz3vsh6udz62s9qj48l)

#Snapcraft #HowToRemoveSnapcraft #RemoveSnapcraft #Linux #Appimage #Flatpak
Author Public Key
npub1fkluklzamwpyn7w8awxzrcqe7z8mldlvthk4gz9kz3vsh6udz62s9qj48l