I have installed ubuntu server 64-bit and I want to install gnome 3 or KDE. What dependencies must be installed? Please specify all steps.

link|improve this question
feedback

1 Answer

The instructions are same as converting a normal server install to a desktop one. Gnome 3 is the default in 11.10, so you can just run the following:

sudo apt-get install ubuntu-desktop

and be done with it. If you want GNOME shell you'll need to install that too:

Another Question reports issues with installing ubuntu-desktop on a server in 11.10.

link|improve this answer
3  
Additionally, if what the OP meant by GNOME 3 was GNOME Shell, then they can just run the additional command sudo apt-get install gnome-shell. – WarriorIng64 Oct 18 '11 at 6:35
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.