HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

brew reinstall — Uninstall and then reinstall a formula or cask using the same options it was originally installed wi

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandbrew reinstallandreinstallformulacliuninstallthen

Problem

How to use the brew reinstall command: 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->.

Solution

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]}}

Code Snippets

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]}}

Context

tldr-pages: common/brew reinstall

Revisions (0)

No revisions yet.