By default, UBUNTU server does not have GUI components. In personal use, GUI is sometimes an indispensable component. What should I do at this time?
In fact, it is very simple. If the machine can be connected to the Internet, you only need a few simple steps to complete the Ubuntu Server Installation GUI Components
Sudo apt-Get install Ubuntu-Desktop
Note that Ubuntu-desktop is installed with some recommended Ubuntu components, such as libreoffice, by default, the key to resource occupation is that it does not have much effect on us, so you can use another command for installation,
Sudo aptitude install -- without-recommends Ubuntu-Desktop
Of course, you can also choose to install xubuntu or kubuntu desktop based on your personal interests. The specific command is as follows:
Sudo apt-Get install xubuntu-Desktop
Sudo apt-Get install kubuntu-Desktop