Creating graphical output of package dependencies using debtree and graphviz

https://securitronlinux.com/bejiitaswrath/create-a-graph-of-package-dependencies-with-the-linux-command-line/

sudo apt install debtree graphviz

to check for xyz package

debtree xyz | dot -Tpng > xyz.png

1 Like

@nurmagoz can this be used to show or colorize only installed but recommended packages?

not sure i exactly get what you are asking but you can install and check.