2

Somehow, I can't find the Ubuntu software center. Is it possible to reinstall it? Starting software-center on console fails due to

The program 'software-center' is currently not installed. You can install it by typing:
sudo apt install software-center
Kalle Richter
  • 6,180
  • 21
  • 70
  • 103

3 Answers3

2

software-center was abbandoned in 16.04 in favour of gnome-software. You should use that. If you really want to install the old one type sudo apt install software-center in a terminal as the last line from the error message says.

dsSTORM
  • 1,860
0

Do what last line says!

sudo apt install software-center

0

Ubuntu Software Center Sucks.

Use AppGrid instead. Installation Procedure :

sudo add-apt-repository ppa:appgrid/stable
sudo apt-get update
sudo apt-get install appgrid

Still want to use Ubuntu Software Center? Follow @Vishesh Gautam instructions.