Skip to content
Home » Ubuntu Setting doesn’t Open

Ubuntu Setting doesn’t Open

Let’s start the discussion about Ubuntu Setting doesn’t Open in following methods.

Ubuntu Setting doesn’t Open

Sometimes, while upgrading or downgrading the Ubuntu System, the settings gives this problem. No need to worry. It can be solved by installing the gnome and opening the settings using gnome. To install gnome-control-center run:

#install
sudo apt-get update
sudo apt-get install --reinstall gnome-control-center

Now try to Open the settings by running the below command.


gnome-control-center display
gnome-control-center

Alternative : unity-control-center

You can also use Unity control center to open the settings in Ubuntu. Use the below commands to install unity control center.

sudo apt-get remove unity-control-center
sudo apt autoremove
sudo apt-get install unity-control-center

I hope the strategies listed above work for you. Happy coding and come back again.

Similar Post : How to install Beautifulsoup Windows