Ubuntu – Software Center disappeared and system settings does not work

package-managementsoftware-center

I was cleaning up software in Software Center that I no longer use and after uninstalling one package the Software Center disappeared – as well as the System Configuration tools, how can I restore the Software Center and configuration functionality?


Salve, stavo facendo un po' di pulizia tra i software che non mi interessano su software center e dopo avere disistallato uno Ubuntu Software Center รจ sparito e le Impostazioni di Sistema non funzionano. Aiuto vi prego! Sono nel panico. Come devo fare.

Best Answer

To directly restore Software Center you need to re-install the software-center package. You can do so from the terminal with

sudo apt-get install software-center

If that doesn't restore your entire desktop there is a good chance that you will need to re-install the ubuntu-desktop meta-package. Try re-installing the ubuntu-desktop meta-package:

sudo apt-get install --reinstall ubuntu-desktop
Related Question