LinuxCommandLibrary

brew-autoremove

Remove unused formulae previously installed as dependencies.

TLDR

Remove all unused formulae

$ brew autoremove
copy


Print what would be removed, but don't actually remove anything
$ brew autoremove --dry-run
copy

Copied to clipboard