mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-09 23:58:02 +00:00
Update cheatsheets
This commit is contained in:
25
tldr/brew-reinstall
Normal file
25
tldr/brew-reinstall
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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]}}`
|
||||
Reference in New Issue
Block a user