I'm also interested in its variants, like kubuntu-desktop. It appears to include GNOME (or KDE) and a bunch of other things. But it's quite large - is there a breakdown of what is included in ubuntu-desktop and exactly what those items are/do?
Asked
Active
Viewed 1.3k times
2 Answers
19
The ubuntu-desktop (and similar) packages are metapackages. That is, they contain no data (besides a small documentation file in the case of the *-desktop packages). But they depend on dozens of other packages that make up each of the Ubuntu flavors.
You can see a complete listing of each package's dependencies on packages.ubuntu.com. A quick search lists these metapackages.
- ubuntu-desktop
- kubuntu-desktop
- xubuntu-desktop
- lubuntu-desktop
- edubuntu-desktop
- edubuntu-desktop-kde
A more detailed explanation of metapackages and a list of some more useful metapackages can be found here.

crenshaw-dev
- 31,762
3
You can click through each package for a detailed description. Note these dependant packages have their own dependencies and some of those have even more.

Oli
- 293,335
-
1http://packages.ubuntu.com is a great tool! – LasseLuttermann Aug 14 '10 at 00:21