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

24 lines
535 B
Markdown

# 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`