pactree
Package dependency tree viewer for pacman.
- 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}
pactree
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).