Link
Text

debian: get a list of installed files from a package

$dpkg -L package|less

Text

debian: reverse dependencies

To print detailed information of the versions available for a package and the packages that reverse-depends on it:

$apt-cache showpkg package


cool!