3

What's the name of the package I need to install to get the control panel(System Settings) back?

Maythux
  • 84,289
Jonathan
  • 7,450

2 Answers2

3

install it again(Ubuntu 12.04):

sudo apt-get install gnome-control-center

Ubuntu 14.04+

sudo apt-get install unity-control-center
Maythux
  • 84,289
1

Use this for a quick fix. This will also take care of any other packages that might have been lost. After installation, the system settings icon will automatically start appearing in the launcher.

sudo apt-get install ubuntu-desktop
Qazi
  • 111