Permanently Remove Snaps from Ubuntu

There are some security issues with snaps in Ubuntu, this is one example: https://ubuntu.com/security/notices/USN-5292-1. This is how to remove snaps from Ubuntu if you wish. Firstly, update your package repositories. ~$ sudo apt update~$ sudo apt update Remove all snapd, all installed snaps and the Software Center plugin (Don’t forget…

Read More

List installed snap apps on Linux with the command line.

The snap system allows the installation of apps into containers in your Linux system. This is very easy to use and allows easy use of a needed app. It is very easy to list which apps are installed this way. Use the snap list command to list all installed snap…

Read More