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
  • 5,935
  • 20
  • 69
  • 101
Alaa Mohamed
  • 21
  • 1
  • 2

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,840
  • 1
  • 14
  • 34
0

Do what last line says!

sudo apt install software-center

Vishesh Gautam
  • 718
  • 3
  • 14
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.

Vishesh Gautam
  • 718
  • 3
  • 14