Given just a .deb file, how do I get the list of dependencies?
Asked
Active
Viewed 3,069 times
2 Answers
3
This should (among other things) list the "depends" section of the package description.
$ dpkg -p <package_name>

EEAA
- 109,363
- 18
- 175
- 245
-
Except the OP wants the info out of a .deb file, not an installed package. – womble Jan 05 '10 at 22:06