logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

libtree - print shared object dependencies as a tree

Author

       Harmen Stoppels <me@harmenstoppels.nl>

Description

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.

Environment

LD_LIBRARY_PATH can be used to provide additional search paths.

Name

       libtree - print shared object dependencies as a tree

Options

       -h, --help
              Print usage

       --version
              Print version info

       -p, --path
              Show the path of libraries instead of their soname

       -v     Show libraries skipped by default

       -vv    Show dependencies of libraries skipped by default

       -vvv   Show dependencies of already encountered libraries

       --ldconf arg
              Path to custom ld.so.conf or ld-elf.so.conf file

       --max-depth n
              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.

See Also

ldd(1)

Linux                                              2020-04-13                                         libtree(1)

Synopsis

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

See Also