2 vim:set ts=4 sw=4 syntax=asciidoc noet spell spelllang=en_us:
9 pactree - package dependency tree viewer
14 'pactree' [options] package
18 Pactree produces a dependency tree for a package.
20 By default a tree like output is generated, but with the -g option a graphviz
21 description is generated.
26 Specify an alternative database location.
31 *-d, \--depth <num>*::
32 Limits the number of levels of dependency to show. A zero means
33 show the named package only, one shows the packages that are directly
37 Generate graphviz description. If this option is given, the -c and -l
41 Output syntax and command line options.
44 Prints package names at the start of each line, one per line.
47 Show packages that depend on the named package.
50 Read package data from sync databases instead of local database.
53 List dependent packages once. Implies --linear.
56 Specify an alternate pacman configuration file.
60 linkman:pacman[8], linkman:pacman.conf[5], linkman:makepkg[8]