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 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133
|
'\" t
.\" Title: pactree
.\" Author: [see the "Authors" section]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
.\" Date: 2018-08-05
.\" Manual: Pacman-contrib Manual
.\" Source: Pacman-contrib 1.1.0
.\" Language: English
.\"
.TH "PACTREE" "8" "2018\-08\-05" "Pacman\-contrib 1\&.1\&.0" "Pacman\-contrib Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.\" http://bugs.debian.org/507673
.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
.ad l
.\" -----------------------------------------------------------------
.\" * MAIN CONTENT STARTS HERE *
.\" -----------------------------------------------------------------
.SH "NAME"
pactree \- package dependency tree viewer
.SH "SYNOPSIS"
.sp
\fIpactree\fR [options] package
.SH "DESCRIPTION"
.sp
Pactree produces a dependency tree for a package\&.
.sp
By default, a tree\-like output is generated, but with the \fI\-\-graph\fR option, a Graphviz description is generated\&.
.SH "OPTIONS"
.PP
\fB\-a, \-\-ascii\fR
.RS 4
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\&.
.RE
.PP
\fB\-b, \-\-dbpath\fR
.RS 4
Specify an alternative database location\&.
.RE
.PP
\fB\-c, \-\-color\fR
.RS 4
Colorize output\&.
.RE
.PP
\fB\-d, \-\-depth <num>\fR
.RS 4
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\&.
.RE
.PP
\fB\-g, \-\-graph\fR
.RS 4
Generate a Graphviz description\&. If this option is given, the
\fI\-\-color\fR
and
\fI\-\-linear\fR
options are ignored\&.
.RE
.PP
\fB\-h, \-\-help\fR
.RS 4
Output syntax and command\-line options\&.
.RE
.PP
\fB\-l, \-\-linear\fR
.RS 4
Prints package names at the start of each line, one per line\&.
.RE
.PP
\fB\-r, \-\-reverse\fR
.RS 4
Show packages that depend on the named package\&.
.RE
.PP
\fB\-s, \-\-sync\fR
.RS 4
Read package data from sync databases instead of local database\&.
.RE
.PP
\fB\-u, \-\-unique\fR
.RS 4
List dependent packages once\&. Implies
\fI\-\-linear\fR\&.
.RE
.PP
\fB\-\-config <file>\fR
.RS 4
Specify an alternate pacman configuration file\&.
.RE
.SH "SEE ALSO"
.sp
\fBpacman\fR(8), \fBpacman.conf\fR(5), \fBmakepkg\fR(8)
.SH "BUGS"
.sp
Bugs? You must be kidding; there are no bugs in this software\&. But if we happen to be wrong, send us an email with as much detail as possible to pacman\-contrib@lists\&.archlinux\&.org\&.
.SH "AUTHORS"
.sp
Current maintainers:
.sp
.RS 4
.ie n \{\
\h'-04'\(bu\h'+03'\c
.\}
.el \{\
.sp -1
.IP \(bu 2.3
.\}
Johannes Löthberg <johannes@kyriasis\&.com>
.RE
.sp
.RS 4
.ie n \{\
\h'-04'\(bu\h'+03'\c
.\}
.el \{\
.sp -1
.IP \(bu 2.3
.\}
Daniel M\&. Capella <polyzen@archlinux\&.info>
.RE
.sp
For additional contributors, use git shortlog \-s on the pacman\-contrib\&.git repository\&.
|