System Settings won't start, Ubuntu 16.04
Title says it all.
I did sudo apt-get upgrade
and sudo apt-get autoremove
and all that stuff, but System Settings still won't open.
I tried opening it from a Terminal, and it returned Bus error (core dumped)
Any help would be appreciated!
system-settings
add a comment |
Title says it all.
I did sudo apt-get upgrade
and sudo apt-get autoremove
and all that stuff, but System Settings still won't open.
I tried opening it from a Terminal, and it returned Bus error (core dumped)
Any help would be appreciated!
system-settings
add a comment |
Title says it all.
I did sudo apt-get upgrade
and sudo apt-get autoremove
and all that stuff, but System Settings still won't open.
I tried opening it from a Terminal, and it returned Bus error (core dumped)
Any help would be appreciated!
system-settings
Title says it all.
I did sudo apt-get upgrade
and sudo apt-get autoremove
and all that stuff, but System Settings still won't open.
I tried opening it from a Terminal, and it returned Bus error (core dumped)
Any help would be appreciated!
system-settings
system-settings
edited Dec 26 '16 at 15:47
Android Dev
10.9k63362
10.9k63362
asked Dec 26 '16 at 15:43
ZenchaZencha
46112
46112
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
Try this,
sudo apt-get remove unity-control-center
sudo apt autoremove
sudo apt-get install unity-control-center
It worked for me.
1
Tried this not working with ubuntu 18
– Kemin Zhou
Jul 25 '18 at 16:07
add a comment |
And if you are trying to do this with Ubuntu 18.04, try this:
sudo apt-get remove gnome-control-center
sudo apt autoremove
sudo apt-get install gnome-control-center
This is because Ubuntu decided to switch their user interface from Unity to Gnome.
4
How is it a dupe of the answer above??
– doug
Jul 28 '18 at 16:22
Ubuntu decided to switch from unity (the first person said "unity-control-center") to gnome ("gnome-control-center"). The commands are very similar, however Kemin asked how for Ubuntu 18.
– Jake Malis
Jul 29 '18 at 17:06
Jake - someone commented that your post was a dupe, I questioned that & they removed their comment which gives mine no context. Probably I should just remove mine now that I see comments can be removed..
– doug
Jul 29 '18 at 20:23
add a comment |
protected by Community♦ Jan 14 at 13:34
Thank you for your interest in this question.
Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Try this,
sudo apt-get remove unity-control-center
sudo apt autoremove
sudo apt-get install unity-control-center
It worked for me.
1
Tried this not working with ubuntu 18
– Kemin Zhou
Jul 25 '18 at 16:07
add a comment |
Try this,
sudo apt-get remove unity-control-center
sudo apt autoremove
sudo apt-get install unity-control-center
It worked for me.
1
Tried this not working with ubuntu 18
– Kemin Zhou
Jul 25 '18 at 16:07
add a comment |
Try this,
sudo apt-get remove unity-control-center
sudo apt autoremove
sudo apt-get install unity-control-center
It worked for me.
Try this,
sudo apt-get remove unity-control-center
sudo apt autoremove
sudo apt-get install unity-control-center
It worked for me.
answered Jan 13 '17 at 14:39
Vikas ShahVikas Shah
20114
20114
1
Tried this not working with ubuntu 18
– Kemin Zhou
Jul 25 '18 at 16:07
add a comment |
1
Tried this not working with ubuntu 18
– Kemin Zhou
Jul 25 '18 at 16:07
1
1
Tried this not working with ubuntu 18
– Kemin Zhou
Jul 25 '18 at 16:07
Tried this not working with ubuntu 18
– Kemin Zhou
Jul 25 '18 at 16:07
add a comment |
And if you are trying to do this with Ubuntu 18.04, try this:
sudo apt-get remove gnome-control-center
sudo apt autoremove
sudo apt-get install gnome-control-center
This is because Ubuntu decided to switch their user interface from Unity to Gnome.
4
How is it a dupe of the answer above??
– doug
Jul 28 '18 at 16:22
Ubuntu decided to switch from unity (the first person said "unity-control-center") to gnome ("gnome-control-center"). The commands are very similar, however Kemin asked how for Ubuntu 18.
– Jake Malis
Jul 29 '18 at 17:06
Jake - someone commented that your post was a dupe, I questioned that & they removed their comment which gives mine no context. Probably I should just remove mine now that I see comments can be removed..
– doug
Jul 29 '18 at 20:23
add a comment |
And if you are trying to do this with Ubuntu 18.04, try this:
sudo apt-get remove gnome-control-center
sudo apt autoremove
sudo apt-get install gnome-control-center
This is because Ubuntu decided to switch their user interface from Unity to Gnome.
4
How is it a dupe of the answer above??
– doug
Jul 28 '18 at 16:22
Ubuntu decided to switch from unity (the first person said "unity-control-center") to gnome ("gnome-control-center"). The commands are very similar, however Kemin asked how for Ubuntu 18.
– Jake Malis
Jul 29 '18 at 17:06
Jake - someone commented that your post was a dupe, I questioned that & they removed their comment which gives mine no context. Probably I should just remove mine now that I see comments can be removed..
– doug
Jul 29 '18 at 20:23
add a comment |
And if you are trying to do this with Ubuntu 18.04, try this:
sudo apt-get remove gnome-control-center
sudo apt autoremove
sudo apt-get install gnome-control-center
This is because Ubuntu decided to switch their user interface from Unity to Gnome.
And if you are trying to do this with Ubuntu 18.04, try this:
sudo apt-get remove gnome-control-center
sudo apt autoremove
sudo apt-get install gnome-control-center
This is because Ubuntu decided to switch their user interface from Unity to Gnome.
answered Jul 28 '18 at 16:05
Jake MalisJake Malis
9112
9112
4
How is it a dupe of the answer above??
– doug
Jul 28 '18 at 16:22
Ubuntu decided to switch from unity (the first person said "unity-control-center") to gnome ("gnome-control-center"). The commands are very similar, however Kemin asked how for Ubuntu 18.
– Jake Malis
Jul 29 '18 at 17:06
Jake - someone commented that your post was a dupe, I questioned that & they removed their comment which gives mine no context. Probably I should just remove mine now that I see comments can be removed..
– doug
Jul 29 '18 at 20:23
add a comment |
4
How is it a dupe of the answer above??
– doug
Jul 28 '18 at 16:22
Ubuntu decided to switch from unity (the first person said "unity-control-center") to gnome ("gnome-control-center"). The commands are very similar, however Kemin asked how for Ubuntu 18.
– Jake Malis
Jul 29 '18 at 17:06
Jake - someone commented that your post was a dupe, I questioned that & they removed their comment which gives mine no context. Probably I should just remove mine now that I see comments can be removed..
– doug
Jul 29 '18 at 20:23
4
4
How is it a dupe of the answer above??
– doug
Jul 28 '18 at 16:22
How is it a dupe of the answer above??
– doug
Jul 28 '18 at 16:22
Ubuntu decided to switch from unity (the first person said "unity-control-center") to gnome ("gnome-control-center"). The commands are very similar, however Kemin asked how for Ubuntu 18.
– Jake Malis
Jul 29 '18 at 17:06
Ubuntu decided to switch from unity (the first person said "unity-control-center") to gnome ("gnome-control-center"). The commands are very similar, however Kemin asked how for Ubuntu 18.
– Jake Malis
Jul 29 '18 at 17:06
Jake - someone commented that your post was a dupe, I questioned that & they removed their comment which gives mine no context. Probably I should just remove mine now that I see comments can be removed..
– doug
Jul 29 '18 at 20:23
Jake - someone commented that your post was a dupe, I questioned that & they removed their comment which gives mine no context. Probably I should just remove mine now that I see comments can be removed..
– doug
Jul 29 '18 at 20:23
add a comment |
protected by Community♦ Jan 14 at 13:34
Thank you for your interest in this question.
Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?