PDA

View Full Version : [ubuntu] Bare Desktop System without apps?



ddastoor
March 26th, 2009, 04:25 AM
Hi, how can I install KDE, XFCE (or any desktop system, in general) on top of Ubuntu 8.10 without the apps that come shipped with that desktop system?

Basically,
1) I installed Ubuntu 8.10.
I therefore have my whole range of gnome apps installed.

2) Then I do a :-
"apt-get install kubuntu-desktop".

Now, I want ONLY the KDE desktop, not the KDE apps that come shipped with this, except if I have an option to install ONLY very selective KDE apps too?

THanks.

kerry_s
March 26th, 2009, 04:49 AM
sudo apt-get install kde-core
sudo apt-get install xfce4

just don't use any of the *-desktop packages those are distro meta packages, aka: list of things to install.

ddastoor
March 26th, 2009, 07:48 AM
sudo apt-get install kde-core
sudo apt-get install xfce4


Thanks a lot, will try that.