-
-
Save gb-swatanabe/8d44991a78e1ef6fc9a8 to your computer and use it in GitHub Desktop.
brew cleanupでSkipping (old) keg-only
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ brew cleanup --force <fomula名> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ brew install --force $(brew uses --installed <fomula名>) | |
$ brew cleanup <fomula名> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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