Wednesday, 25 September 2013

How to Install Graphical user interface (GUI) in Ubuntu 12.10/12.04/11.10 Server Edition

Here is a complete tutorial to install Graphical User Interface (GUI) in Ubuntu 12.10 Quantal/Ubuntu 12.04 Precise/Ubuntu 11.10 Oneiric/Ubuntu 11.04/10.04 Server Edition


Hey you should follow the step-by-step guide Install Graphical user interface (GUI) in Ubuntu 12.10/12.04/11.10 Server Edition:-


Install Graphical user interface (GUI) in Ubuntu 12.10/12.04/11.10 Server Edition


And the first thing goes is update your system for this simply copy this following code and paste in terminal.
sudo apt-get update

After you complete the updating of your system then you can install command line copy following code in terminal.
sudo apt-get install ubuntu-desktop

This command actually install Ubuntu desktop in Ubuntu server edition. If really are not interested with all the features of desktop edition you can install minimal edition of Ubuntu Desktop to get rid of all the applications that come with Ubuntu desktop.
sudo apt-get install --no-install-recommends ubuntu-desktop

After installation process gets completed then you should restart pc. After restarting you will be seen with Ubuntu desktop.

To get Install Graphical user interface (GUI) in XFCE (Xubuntu) and KDE (Kubuntu) desktop on related Server Edition:-

For XFCE-Xubuntu Server GUI
sudo apt-get install xubuntu-desktop

For KDE-Kubuntu Server GUI
sudo apt-get install kubuntu-desktop

cheers!!!!!

No comments:

Post a Comment