uninstall script not running on M1 migrated from Intel #3437
-
I migrated my old intel Mac onto an M1 (migration assistant, not timemachine). It brought over the intel homebrew installation and I'm trying to remove that and do a new fresh install. The recommended: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/uninstall.sh)" Gives the error: /bin/bash: line 236: /opt/homebrew/bin/brew: No such file or directory which is what i'd expect as this has never had an M1 version of brew installed. I can uninstall all the packages and casks, but that still leaves brew. How do I remove that final piece of the puzzle properly so I can start fresh? (is ther a flag to force it to think it is only on an intel and not fail with the /opt/homebrew check?) The documentation I could find all seems to start from the POV of having no brew installation, or that the uninstall script just works. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 9 replies
-
Try the following:
This "fakes out" the uninstaller in two ways:
|
Beta Was this translation helpful? Give feedback.
Try the following:
This "fakes out" the uninstaller in two ways:
brew
would normally be run?"