What's the name of the package I need to install to get the control panel(System Settings) back?
Asked
Active
Viewed 240 times
2 Answers
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
-
I assume that would take care of other packages that got lost? Good idea! Could you add that to the answer? ( I can do it, if you confirm?) – Volker Siegel Dec 03 '15 at 21:25
-
@VolkerSiegel I have edited the answer. Thank you. – Qazi Dec 05 '15 at 06:26