Description
Shared-library dependencies can be inspected as a tree instead of a flat ldd-style list.
This command-line tool is useful for developers, packagers, and administrators who need to understand which libraries a binary loads and how those dependencies relate to each other. It does not modify binaries; it reports dependency structure.
Use it for troubleshooting missing libraries, packaging issues, or runtime compatibility problems.