21 lines
534 B
Markdown
Raw Normal View History

# brew reinstall
> Uninstall and then reinstall a formula or cask using the same options it was originally installed with.
> More information: <https://docs.brew.sh/Manpage#reinstall-options-formulacask->.
- 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]}}`