How to Install apt-rdepends in Ubuntu 18.04



Install apt-rdepends by entering the following commands in the terminal:

sudo apt update
sudo apt install apt-rdepends

Description:

recursively lists package dependencies

This utility can recursively list package dependencies, either forwards or in reverse. It also lists forward build-dependencies. The output format closely resembles that of `apt-cache depends`. As well, it can generate .dot graphs, much like apt-cache in dotty mode.

Homepage: http://www.sfllaw.ca/programs

Version: 1.3.0-6

Section: universe/utils