DOKK / manpages / debian 12 / libtree / libtree.1.en
libtree(1) User Manuals libtree(1)

libtree - print shared object dependencies as a tree

libtree [ option ]... [--] [ file ]...

libtree prints the shared libraries required by each program or shared library on the command line as a tree. By default certain common system libraries are hidden to prune the tree.

Print usage
Print version info
Show the path of libraries instead of their soname
Show libraries skipped by default
Show dependencies of libraries skipped by default
Show dependencies of already encountered libraries
Path to custom ld.so.conf or ld-elf.so.conf file
Limit library traversal to a depth of at most n . The value cannot be larger than 32.
--
All arguments after '--' are interpreted as paths, not flags.

LD_LIBRARY_PATH can be used to provide additional search paths.

Harmen Stoppels <me@harmenstoppels.nl>

ldd(1)

2020-04-13 Linux