Create a graph of package dependencies with the Linux command line.

There is a way to create a graphical display of the package relations amongst your installed packages on a Debian system. The Graphviz package allows this. Firstly, install the debtree package. apt install debtreeapt install debtree apt install graphvizapt install graphviz Then run this command to see all of the package dependencies and relations for … Read more