1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-21 22:42:09 +02:00
tldr/pages/linux/pactree.md
2025-03-07 13:06:30 +02:00

535 B

pactree

Package dependency tree viewer for pacman. More information: https://manned.org/pactree.8.

  • Print the dependency tree of a specific package:

pactree {{package}}

  • Print what packages depend on a specific package:

pactree {{[-r|--reverse]}} {{package}}

  • Dump dependencies one per line, skipping duplicates:

pactree {{[-u|--unique]}} {{package}}

  • Include optional dependencies of a specific package and colorize the output:

pactree {{[-co|--color --optional]}} {{package}}

  • Display help:

pactree