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
--all,-a, show all available tools in the catalog, not just installed ones.--category,-c <name>, filter results by category (e.g.security,development,networking).
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:
- Installed tab, shows tools currently managed by DPM, with version, SHA-256 badge, and install method. Equivalent to
dpm list. - Tools tab, shows the full catalog with all available tools and their versions. Equivalent to
dpm list --all.
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.