0

I created a virtual Ubuntu machine in Oracle VM VirtualBox Manager. Previously, I could access the GUI. I could navigate to folders using the mouse pointer. But now I only receive a terminal. How to set it again?

Only terminal appears

startx gives me nothing.

systemctl get-default gives me graphical.target

2 Answers2

0

sudo apt-get install --reinstall ubuntu-desktop

Check if the GUI is installed first or you can re-install it with the above command.

yusuf
  • 26
0

The answer is we should not remove default python version installed with the ubuntu installation. If so, there may be errors. Please refer to the link attached.

Can I remove some python versions?