mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-20 09:01:50 +00:00
Update cheatsheets
This commit is contained in:
18
brew-uninstall
Normal file
18
brew-uninstall
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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}}`
|
||||
Reference in New Issue
Block a user