PDA

View Full Version : [ubuntu] Can I install KDE on Ubuntu 9.04 from Kubuntu live CD.



akku0503
March 18th, 2010, 03:57 PM
Hi,
I am new to Ubuntu, if my question seems to a childish one please forgive me.
I want to install Kde desktop on ubuntu 9.04, is there any way to do it from my kubuntu 9.04 live cd.

Another question is that i recently find that many useful packages and many dependencies for it are available in a disk of my 64 studio. I am also able to install them just by clicking on that .deb files. But i find it difficult when i need to install dependencies since it take a long time to search and find it though they are available in the same disk. Is there any way to install it easily. I mean to install the packages and there dependencies from cd using some simple terminal command or something.

Please Help.
Thank You in Advance.

tom4everitt
March 18th, 2010, 04:21 PM
To install KDE on ubuntu you just have to type:

sudo apt-get install kde

in a terminal. Similarily to install a studio package, you just type

sudo apt-get install <name-of-package>

and it will install the package AND all depencies. Pretty neat, huh? :)