1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/brew-uninstall.md

14 lines
384 B
Markdown
Raw Normal View History

# 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:
`brew uninstall {{formula|cask}}`
- Uninstall a cask and remove all associated files:
`brew uninstall --zap {{cask}}`