brew reinstall
all
Uninstall and then reinstall a formula or cask using the same options it was originally installed with.
More info →Options (3)
-v, --verbosebooleanReinstall a formula/cask and show verification and post-install steps
Example:
brew reinstall {{[-v|--verbose]}} {{formula|cask}}-q, --quietbooleanMake some output more quiet
Example:
brew reinstall {{[-q|--quiet]}} {{formula|cask}}-h, --helpbooleanDisplay help
Example:
brew reinstall {{[-h|--help]}}Examples (4)
Reinstall a formula/cask
brew reinstall formula|caskReinstall a formula/cask and show verification and post-install steps
brew reinstall [-v|--verbose] formula|caskMake some output more quiet
brew reinstall [-q|--quiet] formula|caskDisplay help
brew reinstall [-h|--help]made by @shridhargupta | data from tldr-pages