So I'm going to install KDE in Precise. I found that there wasn't an entry for Plasma Desktop (only KDE apps) in the software center, so I fired up Synaptic to look for the packages.
However, now I'm finding way too many of these. There's kde-standard
, kde-workspace
, plasma-desktop
, plasma-netbook
, kde-plasma-desktop
...
I went and looked online, but with differing instructions, too. I think the most common were between "install kubuntu-desktop
" and "add the kubuntu-ppa/backports
repo" (which is probably not the one I want).
My question is... what's with all these different packages? Is there any difference between them? Which one should I install?
kde-plasma-desktop
considering that some of the GNOME programs don't exactly look "in place" in KDE. – TreefrogInc May 11 '12 at 02:44apt-cache depends
to see what packages would be installed by any of the metapackages above. – pconley Oct 25 '12 at 19:12kde-full
. What does that package offer in addition. Or is it actually the equivalent ofkubuntu-desktop
currently? – xji Dec 16 '15 at 11:42apt-cache depends
orapt-get install
(and decline the installation). kde-full is a superset of kde-standard, and kubuntu-full is a superset of kubuntu-desktop, but kubuntu-desktop really is separate from kde-standard - I think kubuntu-desktop includes a bunch of ubuntu-specific packages, and excludes various others. – pconley Dec 16 '15 at 18:35