Quantcast
Channel: Debian User Forums
Viewing all articles
Browse latest Browse all 4056

Installation • Re: How do I remove snaps

$
0
0
Snap is a EVIL....

First, make sure that you don’t have any snap packages installed.

Code:

snap list
If there are any, remove those snap packages first.

Code:

sudo snap remove package1 package2 package3
then

Code:

sudo apt remove --purge snapd
This step removes all the snaps installed. You can verify this by using

Code:

snap list
Once snaps are removed, you can clear the leftover data by issuing the following command:

Code:

sudo rm -rf /var/cache/snapd/

Statistics: Posted by None1975 — 2024-02-22 12:35



Viewing all articles
Browse latest Browse all 4056

Trending Articles