brew: update page; brew-*: add page; brew-cask: remove page (#11376)

This commit is contained in:
Lena
2023-11-04 15:12:07 +01:00
committed by K.B.Dharun Krishna
parent 4721f0c315
commit 6bfbb2136f
5 changed files with 45 additions and 40 deletions

View File

@@ -0,0 +1,13 @@
# 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}}`