Linux Install Gui on Ubuntu Server

thebyrnie

Newbie
Code:
sudo apt-get update

sudo apt-get install ubuntu-desktop

The above command will install GNOME desktop if you want to install KDE desktop use the following command

Code:
sudo apt-get install kubuntu-desktop
 
All these posts are extremely helpful to anybody interested in having a go at Linux.

Thanks byrnie & keep the posts coming :cool:

-
 
i do agree not done much with Linux but will be doing so now that i have a bit of back up thanks byrnie
 
Back
Top