commands.sh

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, --verboseboolean

Reinstall a formula/cask and show verification and post-install steps

Example: brew reinstall {{[-v|--verbose]}} {{formula|cask}}
-q, --quietboolean

Make some output more quiet

Example: brew reinstall {{[-q|--quiet]}} {{formula|cask}}
-h, --helpboolean

Display help

Example: brew reinstall {{[-h|--help]}}

Examples (4)

Reinstall a formula/cask

brew reinstall formula|cask

Reinstall a formula/cask and show verification and post-install steps

brew reinstall [-v|--verbose] formula|cask

Make some output more quiet

brew reinstall [-q|--quiet] formula|cask

Display help

brew reinstall [-h|--help]
made by @shridhargupta | data from tldr-pages