1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-15 02:55:43 +02:00
tldr/pages/common/brew-autoremove.md

12 lines
311 B
Markdown

# 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 {{[-n|--dry-run]}}`