--- syntax: markdown tags: [tldr, common] source: https://github.com/tldr-pages/tldr.git --- # brew autoremove > Remove unused formulae previously installed as dependencies. > More information: . - Remove all unused formulae: `brew autoremove` - Print what would be removed, but don't actually remove anything: `brew autoremove --dry-run`