So, thanks to this bug: https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/1575053 I would rather not use Snap packages. The only one that I really use is Calculator but I would like to replace all of them with a deb version. How would I go about it?
Snap packages installed by default in Ubuntu 18.04 LTS are:
gnome-calculator
gnome-characters
gnome-logs
gnome-system-monitor
Which can be found using the command
sudo snap list
. To remove default Snap apps use:Then install their .deb counterparts with:
Additionaly, you can uninstall the whole Snapd ecosystem from your computer with:
This answer is for Ubuntu 18.04 LTS. The version 16.04 LTS came with the deb version by default and not the snap version.
The Graphical way
Click on the Ubuntu Software icon and search for gnome-calc:
To verify which is which, click on each one in turn. When you click on the installed version and scroll down you will see:
Note the Snap Store at the bottom
When you click on the second one and scroll down you will see:
Now you can click on Remove button for the snap version to remove it. Similarly click on the Install button to install the deb version. In both cases you will be asked for the password.
The command line way
Open a terminal by entering Ctrl+Alt+T and enter to following to remove the snap version:
and enter the following to install the deb version:
You will be prompted for your password. Unlike the graphical method, you will not see any ***** and the cursor will not move when you type your password. This is normal.
Hope this helps
This will remove all snap packages except
core
andcore18
in one commandTo finish purging do like mentioned above:
I'm assuming you might seen
squashfs-tools
in another package