dpm remove
Uninstall a DPM-managed tool. DPM auto-detects the installed version if you don't specify one.
CLI usage
Arguments
tool, the tool ID to uninstall (e.g.nmap).@version, (optional) a specific version to remove. If omitted, DPM removes the currently installed version automatically.
Examples
TUI: Installed tab
Navigate to the Installed tab with TAB. Select a tool with ↑↓ and press DEL to remove it. A confirmation dialog appears before the tool is uninstalled.
Batch removal
Press B to enter batch mode. Checkboxes appear next to each tool. Use SPACE to select multiple tools, then DEL to remove all selected at once. A confirmation dialog shows the full list before anything is removed.
dpm remove once per tool.
What gets removed
DPM only removes what it installed. For direct HTTP installs, DPM removes managed files under ~/.dpm/ and removes the link in ~/.dpm/bin/. For apt or brew installs, DPM calls the matching package manager remove command. DPM metadata for that tool is also cleaned up.
To remove everything DPM manages at once, see dpm restore.