Clear Brew Cache

Brew Cleanup Brew cleanup frees up space in macOS and Linux devices by removing old versions of formulae and small kegs of data. Let’s look at sample instructions: Remove a Formula $ brew cleanup <formula> # clean everything up at once $ brew cleanup We can access “help” using -h. $ brew cleanup -h brew cleanup [--prune=days] [--dry-run] [-s] [formulae]: For all installed or specific formulae, remove any older versions from the cellar....