Forrest logo
back to context overview

pactree

List of commands for pactree:

  • pactree:tldr:0be98 pactree: Print what packages depend on a specific package.
    $ pactree --reverse ${package}
    try on your machine
    explain this command
  • pactree:tldr:5edee pactree: Print the dependency tree of a specific package.
    $ pactree ${package}
    try on your machine
    explain this command
  • pactree:tldr:69e2d pactree: Include optional dependencies of a specific package and colorize the output.
    $ pactree --optional --color ${package}
    try on your machine
    explain this command
  • pactree:tldr:d90d1 pactree: Dump dependencies one per line, skipping duplicates.
    $ pactree --unique ${package}
    try on your machine
    explain this command
  • pactree:tldr:e885a pactree: Display help.
    $ pactree
    try on your machine
    explain this command
back to context overview