0

I have recently dual booted my windows with ubuntu 20.04. I just wanted to know whether the ubuntu software is snap-store. I also heard of an other store called gnome-software. What is the difference between these three and which one is pre-installed with the ubuntu installation? There seems to be no clear explanation between these three and about the above question. I wanted to know because my software center doesn't load apps when I click on the categories shown there. I want to completely uninstall and reinstall the store if that works.

1 Answers1

2

Ubuntu Software indeed is "Snap Store" (snap-store). It is the default in a fresh install of Ubuntu, and is in fact a customized version of Gnome Software from the Gnome developpers.

You can remove and reinstall snap-store. You may also safely remove snap-store and install Gnome Software instead. How is detailed in this answer. In addition, you can install support for snap by installing the plugin:

sudo apt install gnome-software-plugin-snap

If you like flatpak, which is available by default in the Ubuntu derived distribution Linux Mint, you can set that up too. Support for flatpak in Gnome Software is provided by the plugin:

sudo apt install gnome-software-plugin-flatpak
vanadium
  • 88,010