2025-03-14 21:59:59 -06:00
|
|
|
# brew uninstall
|
|
|
|
|
|
|
|
|
|
> Uninstall a Homebrew formula/cask.
|
|
|
|
|
> Use `brew autoremove` to remove unused dependencies afterwards.
|
|
|
|
|
> More information: <https://docs.brew.sh/Manpage#uninstall-remove-rm-options-installed_formulainstalled_cask->.
|
|
|
|
|
|
|
|
|
|
- Uninstall a formula/cask:
|
|
|
|
|
|
2025-12-16 10:20:31 -07:00
|
|
|
`brew {{[rm|uninstall]}} {{formula|cask}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Uninstall a cask and remove all associated files:
|
|
|
|
|
|
2025-12-16 10:20:31 -07:00
|
|
|
`brew {{[rm|uninstall]}} --zap {{cask}}`
|