Has 'Ubuntu Software' been renamed to 'Snap Store'?

36,180

Solution 1

There are two different software apps in Ubuntu 20.04, Software enter image description here and Snap Store enter image description here . The Snap Store and the Software app can be installed alongside each other without removing either app. If Ubuntu Software got removed in 20.04 it can be reinstalled by running sudo apt install gnome-software. If the snap-store is not currently installed it can be installed if by running sudo snap install snap-store.

All the apps in the Snap Store are snap packages. If you're searching for a snap package it's more convenient to search for it in the Snap Store, because sometimes the same app has two packages in Ubuntu Software, an apt package and a snap package, but the same app has only one snap package in the Snap Store. If you're searching for an apt package and don't want to use the terminal you may want to install the old Ubuntu Software app with sudo apt install gnome-software. When you install the gnome-software package in Ubuntu 20.04 it is named Software, and the app that was named Ubuntu Software in the default installation is renamed as Snap Store.

The Snap Store itself is a snap package, so it can be installed in any Linux distribution that supports snap packages without causing package management issues. snapd has been ported to a wide range of Linux distributions to enable snaps to be used across any Linux distribution, including Debian, Kali Linux, Raspbian, Fedora, CentOS, Arch Linux, Manjaro Linux, and openSUSE.

enter image description here
Snap Store

Solution 2

Canonical replaced the old snap store on Ubuntu with their own snap version (it was a rather controversial decision). To replace it with old version use:

snap remove snap-store
sudo apt install gnome-software

It will remove the new version of the store and install a classic one. If you still want to use snap packages, then:

sudo apt install gnome-software-plugin-snap

It will add support of snap, but if you prefer Flatpak then:

sudo apt install gnome-software-plugin-flatpak

flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo

Then restart.

Solution 3

I found exactly the same issue today, no 'Ubuntu Software' after the last update on Ubuntu 20.04, but Snap Store got installed. So, it looks like a bug.

sudo apt install gnome-software

is solving the problem.

Solution 4

As my snap store app was apparently hanging and search function was not working properly, i decided to install gnome-store in my ubuntu 20.04 and removed snap store. However, I later changed my mind and decided to re-install snap store. But to my surprise, it was showing as snap store, not ubuntu software. The steps I followed to reclaim the old ubuntu software (snap store) are:

  1. Completely removed and purged gnome-software using sudo apt purge gnome-software

  2. Then removed the snap-store using snap remove snap-store

  3. Then re-installed snap store using snap install snap-store

  4. To regain the standard ubuntu icon, use the following command:-

    snap refresh snap-store --channel=stable/ubuntu-20.04

This fixes the issue !!

Share:
36,180
Mekacher Anis
Author by

Mekacher Anis

Updated on September 18, 2022

Comments

  • Mekacher Anis
    Mekacher Anis almost 2 years

    I updated Ubuntu last night (sudo apt get update && sudo apt get upgrade) and to my surprise this morning I didn't find the 'Ubuntu Software' app and there's a new entry called 'Snap Store' which when opened looks just like the old 'Ubuntu Software' app.

    So has 'Ubunu Software' been renamed to 'Snap Store'? And if yes, why?

  • Mekacher Anis
    Mekacher Anis about 4 years
    But why is 'Ubuntu Software' gone then ? sorry for the late response.
  • karel
    karel about 4 years
    @MekacherAnis Installing the Snap Store app will not remove the Ubuntu Software app. Ubuntu Software and the Snap Store can both be installed alongside each other.
  • Mekacher Anis
    Mekacher Anis about 4 years
    Thank you for taking the time to explain and I understand what you said, but I didn't remove the ubuntu software center, it got removed all by itself after the update and the snap store -which I didn't have before- got installed. So my question is wy would they do that ?
  • karel
    karel about 4 years
    If Ubuntu Software got removed for any reason such as a bug in 20.04 it can be reinstalled by running sudo apt install gnome-software.
  • Mekacher Anis
    Mekacher Anis about 4 years
    thank you, I will reinstall it <3
  • vanadium
    vanadium about 4 years
    In a default Ubuntu install, only the Snap store is installed! I assume this is by design. Only during the beta phase, the two were present at some time.
  • pktiuk
    pktiuk about 4 years
    Ubuntu is just pushing snap packaging system, but other distros don't want to use it because it is based on proprietary software. @karel I wouldn't say it is so widely supported. zdnet.com/article/linux-mint-dumps-ubuntu-snap
  • Steve M
    Steve M about 4 years
    This answer doesn't appear to be correct because "gnome-software" is not the same store as "Ubuntu Software" was before. "Ubuntu Software" was snap-store snap under the hood. Following these instructions does not restore the renamed Ubuntu Software with the orange icon, it installs a different app with a THIRD icon.
  • karel
    karel about 4 years
    @SteveM Please upload a screenshot of the third icon and provide a link to it in a comment. My Ubuntu Software app in 20.04 is named gnome-software in the System Monitor. Its icon is an orange shopping bag with a white capital letter A on it.
  • Steve M
    Steve M about 4 years
    @karel imgur.com/vwh8JZO The name of it is "Software" with the mouseover. It is 'gnome-software' in System Monitor. I installed it with sudo apt install ubuntu-software. This command installed gnome-software and the snap plugin.
  • karel
    karel about 4 years
    @SteveM Thank you for uploading the icon image. The icon that you uploaded is named GNOME Software and I found a link to this icon at Wikipedia. The same Wikipedia article also mentions the Ubuntu Software app.
  • Gunnar Hjalmarsson
    Gunnar Hjalmarsson about 4 years
    @karel: It looks like the name is no longer Ubuntu Software but just Software. The ubuntu-software package has been converted to a transitional package.
  • B. du Garay
    B. du Garay about 4 years
    You should edit your answer. Running snap-store in the terminal launch Ubuntu Software, Orange bag like icon.. but it is really Snap Store in the hood, the true snap store package, not an alt. Installing and running gnome-software run the "true" old software manager where you can choose between snap package and deb packages... and its icon is blue. Well done Canonical...
  • karel
    karel about 4 years
    @B.duGaray I can't edit anything yet because Snap Store still opens by clicking the blue shopping bag icon and Software still opens by clicking the orange shopping bag icon in my Ubuntu 20.04. When you think about it it's logical that Canonical should name the app the has all software (both apt and snap packages) Software and the app that has only snaps as Snap Store.
  • vaquito
    vaquito about 4 years
    Note that snaps are not just the traditional Debian packages, they are typically sandboxed (which brings a lot of other interesting side effects)
  • Pablo Bianchi
    Pablo Bianchi over 3 years
    You can remove the snap store with snap remove snap-store. It's not a bug, is the Canonical intention to move away from deb and other packaging managers to only use snap and snap store.
  • pbhj
    pbhj over 3 years
    Can someone confirm this was done on purpose? Because that's Microsoft level of disrespect for users IMO. Is it so hard to ask before you force major changes on someone's whole computer system that they're not expecting? This is the sort of thing I'd leave Ubuntu for (after ~16y).
  • Charles Green
    Charles Green over 3 years
    @karel I had removed all traces of snapd, and re-installed gnome-software, but have found that the package does not seem to function properly without snapd to interface with. Specifically, the gnome-software does not seem to download images, and as I further had removed fwupd, gnome-software complains about not being able to download catalogs....
  • karel
    karel over 3 years
    @CharlesGreen snapd is installed by default in Ubuntu 16.04 and later. Maybe you should try to reinstall snapd.
  • zipzit
    zipzit over 3 years
    $ sudo apt install gnome-software Reading state information... Done Package gnome-software is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package 'gnome-software' has no installation candidate This used to work, but apparently not now. Ubuntu 20.04
  • karel
    karel over 3 years