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-autoremove.md

302 B

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