mirror of
https://github.com/moparisthebest/pacman
synced 2024-10-31 15:45:03 -04:00
1c0c292728
Add a compile time check for langinfo.h so that we can possibly use unicode line drawing characters if the current locale is supportive of them. This can be explicitly disabled at runtime with the use of a new switch: -a, --ascii. Signed-off-by: Dave Reisner <dreisner@archlinux.org> Signed-off-by: Allan McRae <allan@archlinux.org>
67 lines
1.4 KiB
Plaintext
67 lines
1.4 KiB
Plaintext
/////
|
|
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 -g 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 graphviz description. If this option is given, the -c and -l
|
|
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[]
|