Skip to content

Instantly share code, notes, and snippets.

@HEMCHARANV
Forked from mcandre/brew-clear-cache.md
Created March 31, 2026 16:12
Show Gist options
  • Select an option

  • Save HEMCHARANV/843ffebbc022f1fb5441ba4a7f01e4cc to your computer and use it in GitHub Desktop.

Select an option

Save HEMCHARANV/843ffebbc022f1fb5441ba4a7f01e4cc to your computer and use it in GitHub Desktop.
Homebrew: Clearing cache and updating Casks

Clear Homebrew cache

$ brew cleanup --prune=all

Update Casks

Once the cache is cleared, brew cask will see the latest versions of all Casks.

$ brew install gimp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment