I removed snap by sudo apt remove snapd.
now how to delete an special package that was installed with snap ?
I removed snap by sudo apt remove snapd.
now how to delete an special package that was installed with snap ?
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.