Skip to content

Instantly share code, notes, and snippets.

@gb-swatanabe
Last active January 7, 2016 04:01
Show Gist options
  • Save gb-swatanabe/8d44991a78e1ef6fc9a8 to your computer and use it in GitHub Desktop.
Save gb-swatanabe/8d44991a78e1ef6fc9a8 to your computer and use it in GitHub Desktop.
brew cleanupでSkipping (old) keg-only
$ brew cleanup --force <fomula名>
$ brew install --force $(brew uses --installed <fomula名>)
$ brew cleanup <fomula名>
$ brew uses --installed <fomula名>
で依存しているfomulaを調べて、
$ brew uninstall <依存しているfomula群>
$ brew install <依存しているfomula群>
$ brew cleanup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment