What does the brew uninstall script remove? #393
Unanswered
jmtakahashi
asked this question in
Casks
Replies: 1 comment 6 replies
-
It'll remove all installed software through homebrew, although some casks might persist. I'm not sure why you would ever want to reinstall homebrew though. Fixing issues in |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'd like to do a clean hombrew install but I don't want my casks or the package settings deleted when re-installing.
Does anyone know if running the brew uninstall script will delete the casks that were installed by homebrew? I know that running "brew uninstall --cask [caskname]" will delete the cask, but the uninstall script doesn't say whether it will delete all the installed casks as well. Is there a way to retain all the installed cask packages (gui's) that were installed using hombrew when uninstalling homebrew?
In addition, does running the brew uninstall script also remove all FORMULA settings and configs that were made bye the user in the formula config files?
Is there way to retain the settings and the casks (gui's) when uninstalling and re-installing homebrew? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions