diff options
author | Carlo Bersani <carlocci@gmail.com> | 2008-07-23 14:22:49 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2008-07-24 22:16:28 -0500 |
commit | c317222d710e4d6b98f9387fedac2057cfa42c73 (patch) | |
tree | 3755a64de2232cef42326d725df2b3735e164edf /contrib/README | |
parent | 67f388c3fcad755d94944bee1f3a5a938817f5b9 (diff) | |
download | pacman-c317222d710e4d6b98f9387fedac2057cfa42c73.tar.xz |
contrib: add pactree script
Pactree is a dependency tree viewer for installed packages.
It features both textual and graphic (through graphviz) output.
Script by: Carlo Bersani <carlocci@gmail.com>
[Allan: removed whitespace errors]
Signed-off-by: Allan McRae <allan@archlinux.org>
[Dan: killed some unnecessary lines, moved license header]
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'contrib/README')
-rw-r--r-- | contrib/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/README b/contrib/README index 5ce7ca40..29962b47 100644 --- a/contrib/README +++ b/contrib/README @@ -20,6 +20,9 @@ pacsearch - a colorized search combining both -Ss and -Qs output. Installed packages are easily identified with a *** and local-only packages are also listed. +pactree - generate a dependency tree of an installed package in textual or +graphical form (using graphviz). + bacman - regenerate a pacman package based on installed files and the pacman database entries. Useful for reuse, or possible config file extension. |