Link to home
Start Free TrialLog in
Avatar of NIPPLES
NIPPLESFlag for Malaysia

asked on

How to download and install KDE Desktop

Hi all,

I have installed Ubuntu Server Edition with automatic LAMP.  I really need a GUI on the server OS so would like to add KDE Desktop to it.  From the command line how can I get the binary / installer and get the desktop up and running?  I could not find the binary release from KDE website... but its there somewhere?  Im not motivated to try and compile from source unless its much less painless than it sounds.

Thanks for your help,

Avatar of ssvl
ssvl
Flag of United States of America image

The best idea is use  istallation cd (upgrade)

or if you want to install from web you need to install a lot of packages.

so you have to use yum or apt-get to do the all


just use

yum install kde*

or

apt-get install kde*
or

this are the use full packs

kdegraphics
kdeutils
kdegames-devel
kdenetwork
switchdesk-kde
kdeartwork
kdelibs
kdebase
kdemultimedia
kdegames
kdeaddons


 
ASKER CERTIFIED SOLUTION
Avatar of csk_73
csk_73
Flag of Spain image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of NIPPLES

ASKER

Hi there,

I tried sudo apt-get install kubuntu-desktop and its downloading now... ill post back soon if it works out and award points!

Thanks for the lightning fast response!

Avatar of NIPPLES

ASKER

That worked perfectly thanks...

sudo apt-get install kubuntu-desktop

and now i have alos learned all about apt-get and can get all the debian based packages i need... so thanks alot for the help.