Snap is a package management system in Ubuntu that allows users to install, update, and manage software applications in a secure and easy way. But if you want to remove snap packages and snap itself you can do the following procedure;
Just open a terminal;
Run the following command to remove the snapd package and all snap applications:
$ sudo apt purge snapd
Once the process is complete, run the following command to remove the leftover configuration files:
$ sudo rm -rf /etc/apt/preferences.d/nosnap.pref
Finally, run the following command to update the package manager and clean up the system:
$ sudo apt update && sudo apt autoremove
Snap and all snap applications should now be removed from your Ubuntu system.
Comments
Post a Comment