So, I've just installed Ubuntu 20.04 and after less than 5 minutes ( without even configurated the system nor installed nothing) the "Ubuntu Software center" icon disappears and is "replaced" with the snap store one. Ubuntu fully switched to snap store (even changed the logo, I mean: changed the orange beautiful store logo for the snap store default one) or is just a kinda of bug Wich happened to me? Greetings from Brazil! PS: sorry about my bad English
Asked
Active
Viewed 7,151 times
1 Answers
6
No, it is not a bug. Ubuntu 20.04 LTS's Software Center was switched from being a .deb version of GNOME Software to a snap app. If you don't want to use the Snap version, you can use this command to remove it:
sudo snap remove gnome-software
and then use apt-get
to install the deb version:
sudo apt-get install gnome-software

Ollie
- 2,932
-
So, "F" for the orange icon from the store? – João Gabriel V.M Jun 21 '20 at 23:35
-
Sorry, it was gamer slang. So, it's the end for the orange beautiful icon that we used to know from the old store by default? (Orange bag with a capital letter A) – João Gabriel V.M Jun 21 '20 at 23:38
-
Well, I really hope canonical go back on 20.04.1 release... – João Gabriel V.M Jun 21 '20 at 23:41
-
By the way, thank you to give me a hand on it, Ollie :) – João Gabriel V.M Jun 21 '20 at 23:42