PDA

View Full Version : [ubuntu] Can I Install the Desktop On Ubuntu Server



Greg93
April 12th, 2011, 06:22 PM
I like the GUI of Ubuntu Desktop and the LAMP server install.

Greg

james_xxx
April 12th, 2011, 06:29 PM
Yes.

All you would need to do is install the meta-package for the desktop environment you want.

For Gnome:

sudo apt-get install ubuntu-desktop

For KDE:

sudo apt-get install kubuntu-desktop

For XFCE:

sudo apt-get install xubuntu-desktop

Your server installation is essentially just a base installation, without GUI, along with some tools that would likely be needed in a server-type environment.