Update cheatsheets

This commit is contained in:
ivuorinen
2025-10-23 00:19:46 +00:00
parent 0cc7cfe867
commit 058ce19122
64 changed files with 437 additions and 86 deletions

25
tldr/brew-reinstall Normal file
View 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]}}`