Commands / dpm list

dpm list

List installed tools or browse the full catalog. Filter by category to narrow results.

CLI usage

sh
dpm list [--all] [--category <name>] # short alias dpm -l [--all] [--category <name>]

Flags

Examples

sh
# show installed tools dpm list nmap 7.95 apt binwalk 3.1.0 http radare2 5.9.6 apt # show entire catalog dpm list --all # catalog filtered to security tools dpm list --all --category security # installed tools in the networking category dpm list --category networking

Output columns

Each row in the list shows the tool ID, installed (or latest available) version, and the install method used or available.

TUI equivalent

The TUI exposes the same two views as separate tabs:

The --category filter has no equivalent in the TUI. To find tools by category in the TUI, use the / search overlay and type the category name.