mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-09-21 04:36:49 +08:00
402 B
402 B
brew uninstall
Uninstall a Homebrew formula/cask. Use
brew autoremoveto remove unused dependencies afterwards. More information: https://docs.brew.sh/Manpage#uninstall-remove-rm-options-installed_formulainstalled_cask-.
- Uninstall a formula/cask:
brew {{[rm|uninstall]}} {{formula|cask}}
- Uninstall a cask and remove all associated files:
brew {{[rm|uninstall]}} --zap {{cask}}