Gnome System Monitor is listed twice in Applications Overview. Using the Software center I determined one of them is a snap version, while the other isn't a snap. They appear to be identical in the applications Overview. Gnome Calculator is another example, and I'm sure there are more.
Can I remove the snap version and use the other one without any issues?
As the question clearly states: Why are two versions of software with identical names installed on Ubuntu 18.04? The suggested duplicate of this question does not answer the question.
By the way, the non-snap (apt version) of Gnome System Monitor is listed in the software Center twice, adding to the confusion, both listed as version 3.28.2-0Ubuntu1. Why is this happening?
Ubuntu release 18.04 new installation (not an upgrade).
Replacing some GNOME apps with Snaps is developers' decision to support modern glossy non-geek GNOME "functionality".
How to remove such snaps? Search them by
snap list
:and then remove them with for example
And then install regular package with for example
Some deb-packages could be installed into the system as dependencies of other packages . For example
gnome-system-monitor
is a dependency of the following packages:see corresponding man-pages for the syntax of used commands (
man apt-cache
andman aptitude
).I feel the responses have missed a crucial point. Snap packages have revisions. If you do
you will likely see some snaps listed more than once. If you look at the revision number, you will see that they have different revision numbers. You will also notice that in the notes field, the snap with the lowest revision number is flagged as 'disabled'.
I'm no snap expert, but my guess is that this is part of the built in support for rollback of changes. Basically, when snap installs a new revision of a snap package, it iwll disable the previous version, but leave it installed and install the new version, making it active. Should the user then run into problems with the new revision, you can just disable the new version and re-enable the previous version.
This has nothing to do with having an application installed as both a debian package and a snap. While this can occur, it has no relevance to the number of snap packages installed for an application.
That's simple, one of the apps is of the tradition package manager(.deb extension) and another is of the snappy package. The tradition apps are faster in the opening, the snappy apps are slow but they provide users better control over permissions. Snap is a new format thus it still has some issues like some snap app doesn't follow your theme, slow loading, etc but at the same time, it is better than apt in providing updates. If I create a deb package for Ubuntu 18.04 then that package will work only for 18.04 not even for 18.10. I also have to make a deb package for all versions of Ubuntu. Snaps are not ready to replace deb packages and many people don't even want to use snap packages at all so there are both versions in store traditional as well as the snap packages. This is what Vlc says for having 2 versions of the app on the store.