Install Gnome on Ubuntu Server

Configuring Ubuntu, F.A.Q.'s, Fast Track, How To's, LAMP, Open Source, P.C. Linux, Tech Industry News, Ubuntu, Ubuntu Server

Here is an easy to use YouTube Video with code and instruction below:


YouTube view

Use the following command to install GUI

sudo apt-get update

sudo apt-get install ubuntu-desktop

If you wan to install a graphical desktop manager without some of the desktop addons like Evolution and OpenOffice, but continue to use the server flavor kernel use the following command

sudo aptitude install --no-install-recommends ubuntu-desktop

If you want to install light weight desktop install xfce using the following command

sudo apt-get install xubuntu-desktop

If you want to install KDE desktop use the following command

sudo apt-get install kubuntu-desktop

No Comments

Leave a Reply

You must be logged in to post a comment.