1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/pactree.md

25 lines
535 B
Markdown
Raw Normal View History

2021-11-08 03:25:43 +02:00
# pactree
> Package dependency tree viewer for pacman.
> More information: <https://manned.org/pactree.8>.
2021-11-08 03:25:43 +02:00
- Print the dependency tree of a specific package:
`pactree {{package}}`
- Print what packages depend on a specific package:
`pactree {{[-r|--reverse]}} {{package}}`
2021-11-08 03:25:43 +02:00
- Dump dependencies one per line, skipping duplicates:
`pactree {{[-u|--unique]}} {{package}}`
2021-11-08 03:25:43 +02:00
- Include optional dependencies of a specific package and colorize the output:
`pactree {{[-co|--color --optional]}} {{package}}`
2021-11-08 03:25:43 +02:00
- Display help:
`pactree`