GitHub - haampie/libtree: ldd as a tree
libtree
A tool that:
🌳 turns ldd into a tree
☝️ explains how shared libraries are found or why they cannot be located
Output
By default, certain standard dependencies are not shown. For more verbose output use
libtree -v Show libraries skipped by default
libtree -vv Show dependencies of libraries skipped by default
libtree -vvv Show dependencies of already encountered libraries
Use the --path or -p flags to show paths rather than sonames:
libtree -p $(which tar)...
Read more at github.com