Comment 27 for bug 1287624

Revision history for this message
Chris Dunlap (cdunlap) wrote :

Semih, you can query dependencies and reverse-dependencies with the apt-cache command:

apt-cache showpkg <pkg> - displays info about the given package
apt-cache depends <pkg> - lists each dependency of the given package
apt-cache rdepends <pkg> - lists each reverse-dependency of the given package

See the apt-cache man page for more info.