I was using Ubuntu 14:04 LTS until the upgrade option come up on my screen. I delayed the upgrade because I was not so sure about it. When I decided to click the upgrade button, the problems came out. It took long time to finish but....now the GUI is no longer available. When it start the boot process, seams to bet stack and it doesn't go further. When I click Escape, it gives me the command line prompt. How to undo the upgrade or even to get the GUI back? Thank you
Asked
Active
Viewed 1,307 times
1 Answers
0
Does sudo apt-get update
work for you? If it is complaining about a problem with libstdc++.so.6
, then installing the right version of the C++ stdlib should fix your problem.
-
I tried sudo apt-get update and sudo apt-get upgrade but none of them was helpful. – Esténio Manhiça Aug 02 '16 at 08:47