1

I am trying to restore the unity control center but there are always missing items even after I run:

sudo apt install unity-control-center

and

sudo apt install ubuntu-desktop

And this is what I get:

enter image description here

You can see some items are missing, like Language support, Security & privacy, Additional drivers, Printing, Backups, Software updates

Videonauth
  • 33,815
Hass
  • 11

1 Answers1

1

I recommend you to restore Ubuntu from live CD. Download the iso and reinstall Ubuntu. It is the fastest and best way to fix your problem. Othrewise you can run sudo apt install --reinstall ubuntu-desktop and sudo apt install unity. After these commands you might need to run unity on a terminal

trunk96
  • 200