Given just a .deb file, how do I get the list of dependencies?
Asked
Active
Viewed 3,064 times
2 Answers
3
This should (among other things) list the "depends" section of the package description.
$ dpkg -p <package_name>
EEAA
- 108,414
- 18
- 172
- 242
-
Except the OP wants the info out of a .deb file, not an installed package. – womble Jan 05 '10 at 22:06