PDA

View Full Version : What pacakges are in the base of Ubuntu?



tdrusk
May 3rd, 2008, 03:22 PM
I know that Ubuntu includes more packages as a base install than Debian. What packages are included. Is there a list somewhere?

scragar
May 3rd, 2008, 03:24 PM
http://packages.ubuntu.com/hardy/ubuntu-desktop <-- check dependencies list.

LaRoza
May 3rd, 2008, 03:25 PM
I know that Ubuntu includes more packages as a base install than Debian. What packages are included. Is there a list somewhere?

http://packages.ubuntu.com/hardy/base/

(Note exactly sure. I have installed Debian and Ubuntu, and I noticed no major differences in packages)

capink
May 3rd, 2008, 06:36 PM
You can get a list using the following series of commands:


sudo apt-get install debootstrap


mkdir temp


debootstrap --print-debs hardy temp


Replace hardy with the distro you want. e.g etch


Edit: In addition to the list you get, you have to add a metapackage called linux-generic

bobbocanfly
May 3rd, 2008, 06:53 PM
wget http://archive.ubuntu.com/ubuntu/dists/hardy/main/source/Sources.gz && zcat Sources.gz | grep Package: && rm Sources.gz

Everything in 'main' (that comes on the CD)

UbuWu
May 4th, 2008, 12:49 AM
Here are the lists from which the official cd's are generated:
http://people.ubuntu.com/~ubuntu-archive/seeds/