1libtree(1)                       User Manuals                       libtree(1)
2
3
4

NAME

6       libtree - print shared object dependencies as a tree
7

SYNOPSIS

9       libtree [ option ]... [--] [ file ]...
10

DESCRIPTION

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

OPTIONS

17       -h, --help
18              Print usage
19
20       --version
21              Print version info
22
23       -p, --path
24              Show the path of libraries instead of their soname
25
26       -v     Show libraries skipped by default
27
28       -vv    Show dependencies of libraries skipped by default
29
30       -vvv   Show dependencies of already encountered libraries
31
32       --ldconf arg
33              Path to custom ld.so.conf or ld-elf.so.conf file
34
35       --max-depth n
36              Limit library traversal to a depth of at most n . The value can‐
37              not be larger than 32.
38
39       --     All arguments after '--' are interpreted as paths, not flags.
40

ENVIRONMENT

42       LD_LIBRARY_PATH can be used to provide additional search paths.
43

AUTHOR

45       Harmen Stoppels <me@harmenstoppels.nl>
46

SEE ALSO

48       ldd(1)
49
50
51
52
53Linux                             2020-04-13                        libtree(1)
Impressum