Description
Recursive shared-library dependencies can be listed for an ELF executable, helping developers and packagers see what a program needs before it can run correctly.
This utility is useful for troubleshooting missing libraries, packaging applications, and understanding dependency chains. It reports relationships between binaries and libraries; it does not install the missing dependencies by itself.