From 7a917bda000f61a99d6f80b7bd0293df9be4b19e Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Mon, 8 Nov 2021 03:25:43 +0200 Subject: [PATCH] pactree: add page (#7326) --- pages/linux/pactree.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages/linux/pactree.md diff --git a/pages/linux/pactree.md b/pages/linux/pactree.md new file mode 100644 index 000000000..110256fbf --- /dev/null +++ b/pages/linux/pactree.md @@ -0,0 +1,24 @@ +# pactree + +> Package dependency tree viewer for pacman. +> More information: . + +- Print the dependency tree of a specific package: + +`pactree {{package}}` + +- Print what packages depend on a specific package: + +`pactree --reverse {{package}}` + +- Dump dependencies one per line, skipping duplicates: + +`pactree --unique {{package}}` + +- Include optional dependencies of a specific package and colorize the output: + +`pactree --optional --color {{package}}` + +- Display help: + +`pactree`