2

I removed snap by sudo apt remove snapd.

now how to delete an special package that was installed with snap ?

1 Answers1

3

You need snap to remove the snap you want. As mentioned in this article:

If you find packages installed under snap list, you’d have to remove them by using the following command.

sudo snap remove --purge package-name

“package-name” needs to be removed with the actual installed package name.

fixit7
  • 3,399