Installing the GNOME Desktop
1, install all desktop environment , in fact, Ubuntu series desktop actually has several desktop applications, including Ubuntu-desktop, Kubunut-desktop and Xubuntu-desktop.
We've installed ubuntu-desktop and gnome because there are too many desktop-related software installed.
Command: #sudo aptitude install ubuntu-desktop or #sudo apt-get install Ubuntu-desktop
Generally in the network is not very good situation, do not recommend that all the installation
2. Custom Installation Desktop
1) Base of installation x-windows (required)
# sudo apt-get install X-window-system-core
2) Install Gnome Foundation (required)
# sudo apt-get install Gnome-core
3) Install Chinese display (recommended installation)
# sudo apt-get install language-pack-gnome-zh--> let Gnome Panel, menu display Chinese
#sudo apt-get Install language-pack-gnome-zh-base sudo apt-get install language-pack-zh--> Chinese Language Pack
# sudo apt-get install language-pack-zh-base sudo apt-get install language-support-zh--> Chinese language support
# sudo apt-get install scim--> SCIM Chinese Input Method platform
4) Install Login Manager (can not be selected)
# sudo apt-get install GDM
Description: GDM (Gnome display manager), the Gnome graphical interface display manager, and KDM/XDM, will allow you to go directly to the GUI desktop environment at startup without the need to start the GUI via StartX.
5) Install the new benefit Software Manager (optional)
# sudo apt-get install synaptic
6) Uninstalling the GNOME desktop environment
# sudo apt-get–purge remove liborbit2
7) Enter the graphical interface: #startx
8) Exit the graphical desktop: #ctrl + ALT + BACKSPACE
Linux--Ubuntuserver installation graphical interface