First of all you need to update your system copy and paste the following command in terminal:
When update complete after that you can install the GUI using command line copy the following command in terminal:
- sudo apt-get update
This command will install the Ubuntu Desktop in Ubuntu Server Edition. If you want to install graphical interface on Server Edition without all the desktop add-on and other things that come with Ubuntu Desktop Edition, You can install the "minimal" GUI desktop, If you need minimal installation then copy the following command in terminal:
- sudo apt-get install ubuntu-desktop
When installation complete reboot your PC after reboot you will see the login screen and once you logged in you will see normal looking desktop.
- sudo apt-get install --no-install-recommends ubuntu-desktop
For XFCE (Xubuntu) and KDE (Kubuntu) desktop on related Server Edition. First enter update command then enter following commands:
For XFCE-Xubuntu Server GUI
For KDE-Kubuntu Server GUI
- sudo apt-get install xubuntu-desktop
That's it, Enjoy
- sudo apt-get install kubuntu-desktop