Description
Binary dependency trees can be inspected from the terminal with a packaged libtree executable.
This binary package is useful for diagnosing runtime library loading, packaging mistakes, and compatibility problems. It does not install or remove dependencies; it shows how a binary depends on shared libraries.
Use it when you need a clearer dependency view than ldd provides. Paths and results should be interpreted carefully on systems with custom library search paths.