Ubuntu package info
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:
Posted on 27 Jan 2009, 23:54 by TerryphiUbuntu Package Info
You can also look here:
http://packages.ubuntu.com/intrepid/
Posted on 31 Jan 2009, 23:56 by astrid
enjoying the heatwave
in Holland we have been promised to get some snow tomorrow
Posted on 23 May 2009, 11:01 by piratesmack
Another way
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.
Posted on 18 Aug 2009, 7:29 by Jammer
ubuntu.package.com
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 !