summaryrefslogtreecommitdiffstats
path: root/doc/pactree.8.txt
blob: b177788a0ff5c3d9a79af00423f0098843a4a4d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
/////
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


Description
-----------
Pactree produces a dependency tree for a package.

By default, a tree-like output is generated, but with the '\--graph' option, a Graphviz
description is generated.


Options
-------
*-a, \--ascii*::
	Use ASCII characters for tree formatting. By default, pactree will use Unicode
	line drawing characters if it is able to detect that the locale supports them.

*-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*::
	Generate a Graphviz description. If this option is given, the '\--color' and
	'\--linear' options are ignored.

*-h, \--help*::
	Output syntax and command-line options.

*-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*::
	List dependent packages once. Implies '\--linear'.

*\--config <file>*::
	Specify an alternate pacman configuration file.


See Also
--------
linkman:pacman[8], linkman:pacman.conf[5], linkman:makepkg[8]

include::footer.txt[]