On Ubuntu 20.04 settins won’t open. This may be caused by some software install/update. I tried to run
1 |
gnome-control-center |
From terminal, i get error
1 2 3 4 5 6 7 |
boby@sok-01:~$ gnome-control-center Command 'gnome-control-center' not found, but can be installed with: sudo apt install gnome-control-center boby@sok-01:~$ |
To fix the error, i installed gnome-control-center package as the error suggests.
1 |
sudo apt install gnome-control-center |
See Ubuntu […]