1

I have recently rented out a VPS, and installed Ubuntu 20.04.1 (x86_64-Minimal) on it. I installed SSH on it, and I'm accessing it from a Windows 10 machine using command line. However, I want to install a GUI on it. I have looked around, used tasksel, installed gnome GUI, but I can still only access it as a console version. I have tried rebooting, I have tried pressing F1(?) to switch between GUIs (I read that somewhere), but nothing seems to work.

Can anybody help me set up a GUI on this VPS?

Twilord
  • 11

1 Answers1

1

Try running the following command:

sudo apt install ubuntu-desktop --no-install-recommends
ThunderBird
  • 1,963
  • 13
  • 22
  • 31