2012-06-27 01:02:18 -04:00
|
|
|
/////
|
|
|
|
vim:set ts=4 sw=4 syntax=asciidoc noet spell spelllang=en_us:
|
|
|
|
/////
|
|
|
|
pactree(8)
|
|
|
|
=========
|
|
|
|
|
|
|
|
Name
|
|
|
|
----
|
|
|
|
pactree - package dependency tree viewer
|
|
|
|
|
|
|
|
|
|
|
|
Synopsis
|
|
|
|
--------
|
|
|
|
'pactree' [options] package
|
|
|
|
|
2014-08-07 00:43:19 -04:00
|
|
|
|
2012-06-27 01:02:18 -04:00
|
|
|
Description
|
|
|
|
-----------
|
|
|
|
Pactree produces a dependency tree for a package.
|
|
|
|
|
2014-08-07 00:43:20 -04:00
|
|
|
By default, a tree-like output is generated, but with the '\--graph' option, a Graphviz
|
2012-06-27 01:02:18 -04:00
|
|
|
description is generated.
|
|
|
|
|
2014-08-07 00:43:19 -04:00
|
|
|
|
2012-06-27 01:02:18 -04:00
|
|
|
Options
|
|
|
|
-------
|
2012-10-15 15:06:14 -04:00
|
|
|
*-a, \--ascii*::
|
2014-08-07 00:43:20 -04:00
|
|
|
Use ASCII characters for tree formatting. By default, pactree will use Unicode
|
2012-10-15 15:06:14 -04:00
|
|
|
line drawing characters if it is able to detect that the locale supports them.
|
|
|
|
|
2012-06-27 01:02:18 -04:00
|
|
|
*-b, \--dbpath*::
|
|
|
|
Specify an alternative database location.
|
|
|
|
|
|
|
|
*-c, \--color*::
|
|
|
|
Colorize output.
|
|
|
|
|
|
|
|
*-d, \--depth <num>*::
|
|
|
|
Limits the number of levels of dependency to show. A zero means
|
|
|
|
show the named package only, one shows the packages that are directly
|
|
|
|
required.
|
|
|
|
|
|
|
|
*-g, \--graph*::
|
2014-08-07 00:43:20 -04:00
|
|
|
Generate a Graphviz description. If this option is given, the '\--color' and
|
|
|
|
'\--linear' options are ignored.
|
2012-06-27 01:02:18 -04:00
|
|
|
|
|
|
|
*-h, \--help*::
|
2014-08-07 00:43:20 -04:00
|
|
|
Output syntax and command-line options.
|
2012-06-27 01:02:18 -04:00
|
|
|
|
|
|
|
*-l, \--linear*::
|
|
|
|
Prints package names at the start of each line, one per line.
|
|
|
|
|
|
|
|
*-r, \--reverse*::
|
|
|
|
Show packages that depend on the named package.
|
|
|
|
|
|
|
|
*-s, \--sync*::
|
|
|
|
Read package data from sync databases instead of local database.
|
|
|
|
|
|
|
|
*-u, \--unique*::
|
2014-08-07 00:43:20 -04:00
|
|
|
List dependent packages once. Implies '\--linear'.
|
2012-06-27 01:02:18 -04:00
|
|
|
|
|
|
|
*\--config <file>*::
|
|
|
|
Specify an alternate pacman configuration file.
|
|
|
|
|
2014-08-07 00:43:19 -04:00
|
|
|
|
2012-06-27 01:02:18 -04:00
|
|
|
See Also
|
|
|
|
--------
|
|
|
|
linkman:pacman[8], linkman:pacman.conf[5], linkman:makepkg[8]
|
|
|
|
|
|
|
|
include::footer.txt[]
|