I have tried Ctrl+Alt+F7 and other possible ways, but still cannot get my GUI back from tty.
Asked
Active
Viewed 2,042 times
0
2 Answers
0
Simply reboot with reboot
in the console if you can't get your GUI from Fxxx.

Eliah Kagan
- 117,780

Mirabeau
- 151
-
-
oh ! try running a: "startx" at any risk, you would not remove "some" package in addition to installing your version of python? (without looking too much at or understanding the warnings?) – Mirabeau Aug 12 '20 at 02:52
-
witch version ubuntu ? xubunu, lubuntu or ubuntu classic ? if "startx" do nothing try a: "sudo apt install ubuntu-desktop" (or xubunu-desktop/lubuntu-desktop depending on your initial version) – Mirabeau Aug 12 '20 at 03:02
-
0
I don't fully understand your question and your situation, but you might have managed to remove the GUI(which I did a while ago). If this is the issue, I would try to run the command sudo apt install ubuntu-desktop
to install the default GUI in ubuntu. If the package installs, reboot with reboot
and you should be good to go.

Grass
- 118
- 7
CTRL
+ALT
+F1
doesn't work? – Nmath Aug 12 '20 at 02:19python
, have you made changes to your python? What do you get withpython -V; python3 -V
(you should get two lines of output). Are you talking about Ubuntu Server? or Ubuntu Desktop? – guiverc Aug 12 '20 at 02:20You just press
– heechan Lee Aug 12 '20 at 02:56Ctrl
+Alt
+F2
then GUI will come back to you.python3
changes (only the tag that led to my question), the results of the question I asked etc... Extra detail should be added to your question (you can edit your own questions) and not added via comment. Currently we're waiting for your responses (it should also include details of the python3 changes you made since they seem very critical!) – guiverc Aug 12 '20 at 03:07