David Nehme Asked: 2010-01-06 08:08:12 +0800 CST2010-01-06 08:08:12 +0800 CST 2010-01-06 08:08:12 +0800 CST Dependencies from a .deb file 772 Given just a .deb file, how do I get the list of dependencies? ubuntu 2 Answers Voted Best Answer womble 2010-01-06T14:06:50+08:002010-01-06T14:06:50+08:00 You want to run: $ dpkg --info <blah>.deb EEAA 2010-01-06T08:26:03+08:002010-01-06T08:26:03+08:00 This should (among other things) list the "depends" section of the package description. $ dpkg -p <package_name>
You want to run:
This should (among other things) list the "depends" section of the package description.