Ubuntu package info
January 26, 2009 —
BarryK
A question was asked recently how to find out all dependencies of an Ubuntu package. I replied, and have posted the answer here.
You can download these files:
http://archive.ubuntu.com/ubuntu/dists/intrepid/main/binary-i386/Packages.bz2
http://archive.ubuntu.com/ubuntu/dists/intrepid/universe/binary-i386/Packages.bz2
http://archive.ubuntu.com/ubuntu/dists/intrepid/multiverse/binary-i386/Packages.bz2
There is also a single file that probably has every package. It's 14MB:
http://archive.ubuntu.com/ubuntu/dists/intrepid/Contents-i386.gz
These files have lots of information about each package, including dependencies.
Anyway, this is how I find out package info without having Ubuntu running nor any Debian/Ubuntu package management tools.
Comments
Ubuntu Package InfoUsername: Terryphi
You can also look here: http://packages.ubuntu.com/intrepid/
Another way
Username: piratesmack
"I usually just extract the control file with: ar -xv PACKAGE.deb control.tar.gz tar -xvzf control.tar.gz Then I open the control file with a text editor and look at the "Depends" line.
ubuntu.package.com
Username: Jammer
"Example - what are the dependencies for Stellarium the astronomy program. Type ubuntu stellarium into Google, go to the top link, packages.ubuntu.com The package page gives a short description of the software and a list of all dependencies !
Tags: woof