debian: get a list of installed files from a package
$dpkg -L package|less
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!