1PACTREE(8) Pacman Manual PACTREE(8)
2
3
4
6 pactree - package dependency tree viewer
7
9 pactree [options] package
10
12 Pactree produces a dependency tree for a package.
13
14 By default, a tree-like output is generated, but with the --graph
15 option, a Graphviz description is generated.
16
18 -a, --ascii
19 Use ASCII characters for tree formatting. By default, pactree will
20 use Unicode line drawing characters if it is able to detect that
21 the locale supports them.
22
23 -b, --dbpath
24 Specify an alternative database location.
25
26 -c, --color
27 Colorize output.
28
29 -d, --depth <num>
30 Limits the number of levels of dependency to show. A zero means
31 show the named package only, one shows the packages that are
32 directly required.
33
34 -g, --graph
35 Generate a Graphviz description. If this option is given, the
36 --color and --linear options are ignored.
37
38 -h, --help
39 Output syntax and command-line options.
40
41 -l, --linear
42 Prints package names at the start of each line, one per line.
43
44 -r, --reverse
45 Show packages that depend on the named package.
46
47 -s, --sync
48 Read package data from sync databases instead of local database.
49
50 -u, --unique
51 List dependent packages once. Implies --linear.
52
53 --config <file>
54 Specify an alternate pacman configuration file.
55
57 pacman(8), pacman.conf(5), makepkg(8)
58
59 See the pacman website at https://www.archlinux.org/pacman/ for current
60 information on pacman and its related tools.
61
63 Bugs? You must be kidding; there are no bugs in this software. But if
64 we happen to be wrong, send us an email with as much detail as possible
65 to pacman-dev@archlinux.org.
66
68 Current maintainers:
69
70 · Allan McRae <allan@archlinux.org>
71
72 · Andrew Gregory <andrew.gregory.8@gmail.com>
73
74 · Dan McGee <dan@archlinux.org>
75
76 · Dave Reisner <dreisner@archlinux.org>
77
78 Past major contributors:
79
80 · Judd Vinet <jvinet@zeroflux.org>
81
82 · Aurelien Foret <aurelien@archlinux.org>
83
84 · Aaron Griffin <aaron@archlinux.org>
85
86 · Xavier Chantry <shiningxc@gmail.com>
87
88 · Nagy Gabor <ngaba@bibl.u-szeged.hu>
89
90 For additional contributors, use git shortlog -s on the pacman.git
91 repository.
92
93
94
95Pacman 5.0.2 2019-07-26 PACTREE(8)