brew: update page; brew-*: add page; brew-cask: remove page (#11376)
This commit is contained in:
12
pages/common/brew-autoremove.md
Normal file
12
pages/common/brew-autoremove.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# brew autoremove
|
||||
|
||||
> Remove unused formulae previously installed as dependencies.
|
||||
> More information: <https://docs.brew.sh/Manpage#autoremove---dry-run>.
|
||||
|
||||
- Remove all unused formulae:
|
||||
|
||||
`brew autoremove`
|
||||
|
||||
- Print what would be removed, but don't actually remove anything:
|
||||
|
||||
`brew autoremove --dry-run`
|
Reference in New Issue
Block a user