I am a new user of Ubuntu and I use Ubuntu 16.04 LTS version. My problem is that I can not open software center. It can open before. After updating and installing some applications, can't open the software center.
5 Answers
I was also facing this same problem; I followed these steps to fixed it:-
To uninstall Software Center:
sudo apt-get remove software-center
sudo apt-get autoremove software-center
To re-install Software Center:
sudo apt-get update
sudo apt-get install software-center
Thank you Mohamed Slama for askubuntu.com/a/133473/464430

- 542
- 2
- 7
- 17
-
autoremove doesn't require a package name. Default action is to scan the whole system like update does. – SDsolar Jul 01 '17 at 08:37
-
1
-
1I wonder what it's called in Ubuntu 20.04.2 LTS. It's not called software-center. – ttt Jun 09 '21 at 07:05
-
-
Rename or remove the ~/.local/share/gnome-software. In the steps below it's removed and will be recreated when you start gnome-software. It currently has a list of what has been installed.
The first line will ensure the locked up instances are removed from memory. It might not be necessary.
$ killall gnome-software
$ rm -r ~/.local/share/gnome-software
Then it should enable to open software-center from dash or with gnome-software
from terminal.
Ref: here

- 1,608
Similar problem happened to me after I installed 16.04.1 LTS and updated software with Software Updater in it. When I tried to install new software from *.deb
file, the Ubuntu Software opened and then exited quickly. I found the answer here. Actually I just tried to
sudo apt-get update
in terminal. Then Ubuntu Software worked. I don't know why.
-
Updating to 16.04 has never worked for me. Much better is to just stick with 14.04 because it is more mature. Lots more people have posted helpful tips about it. Debugging 16.04 is much more difficult, imho. – SDsolar Jul 01 '17 at 08:36
Try to install the candidate version. It worked for me.
First, remove the snap-store. It also removes your Software Center.
snap remove snap-store
then install the candidate version
snap install snap-store --candidate
or, you can use another alternative, Gnome Software
sudo apt install gnome-software

- 176
-
Thanks a lot. the first suggestion minus the candidate version did the trick. – Hossein May 11 '22 at 04:38
Maybe the software center is not installed. Try to install it manually:
sudo apt install software-center

- 480
-
I am also facing same problem. I have tried following commands;
- sudo apt-get update.
- sudo apt install software-center
However the issue still persist. Software Center was working fine. It means it was installed and due some reason not working now.
– Kuntal K. Basu Dec 28 '16 at 08:56 -
-
Package software-center is not available, but is referred to by another package. – Andhi Irawan Nov 07 '21 at 05:36
sudo apt-get update
. Do you get any warning for broken packages or any errors? – Thanos Apostolou Jun 03 '16 at 09:13cat /etc/apt/sources.list
and show the output. Maybe some line incorrect – Benny Jun 03 '16 at 09:21software-center
. Then [edit] the question and add the error message. – user.dz Jun 21 '16 at 03:16