![Ubuntu server edition](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiWeTZjEGCL4WHrhbOCtnB3CenjJVCNDtoepniMLJfGJEKRL9_i1jm_M83GSF8F1E48Rh35zpewNF2RdAJxGDddbyL1U8fVsyyz8GOXXLrBY0r3GvqRHugDVGgccqhrlzAFJ2gfV97FAKwL/s320/ubuntu+server.png)
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
- sudo apt-get install kubuntu-desktop
No comments:
Post a Comment