logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

View Package Dependency - Control Linux Packages | Online Free DevTools by Hexmos

Control Linux package dependencies easily with Pactree. Analyze package relationships and identify dependencies quickly. Free online tool, no registration required.

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

See Also