On Debian-based systems, apt-rdepends performs recursive dependency
listings similar to apt-cache:
http://www.debianadmin.com/manpages/aptrdependsmanpage.htm
apt-rdepends packagename | less
Shows package dependencies recursively, the whole way down.
Tends to be pretty verbose, so you'll want to pipe it to less
apt-rdepends -r packagename
Reverse dependencies, ie. who in the apt repository depends on
the named package
If you install both apt-rdepends and graphviz, you can get pretty
dependency graphs, which can be viewed in Firefox:
apt-rdepends -d packagename | dot -Tsvg > temp.svg
Very large trees don't display too well in Firefox. Don't try this on
ubuntu-desktop, for instance, as there are 5500 dependencies involved.
Does anyone know how to pipe a file to Firefox?
=======================================================================
This email, including any attachments, is only for the intended
addressee. It is subject to copyright, is confidential and may be
the subject of legal or other privilege, none of which is waived or
lost by reason of this transmission.
If the receiver is not the intended addressee, please accept our
apologies, notify us by return, delete all copies and perform no
other act on the email.
Unfortunately, we cannot warrant that the email has not been
altered or corrupted during transmission.
=======================================================================