If you only want to see dependencies up or down one level, you don't need to install apt-rdepends. Use apt-cache:

apt-cache depends packagename
   Lists dependencies, recommenations, and conflicts
apt-cache showpkg packagename
   Lists dependencies up and down one level


Douglas Royds wrote:
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.
=======================================================================



=======================================================================
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.
=======================================================================

Reply via email to