I am attempting to uninstall Autodesk Fusion 360 so I can reinstall cleanly. I’ve casks put in for each the outdated & new names of the cask:
(base) [Wrench:~] % brew listing | grep autodesk
autodesk-fusion
autodesk-fusion360
I am not having a lot success, as a result of the uninstall course of tries to run its “streamer” script, and it fails, and that derails the entire course of. Here is me attempting a number of incantations:
[Wrench:~] % brew uninstall --zap autodesk-fusion
==> Implied `brew uninstall --cask autodesk-fusion`
==> Operating uninstall script /usr/native/Caskroom/autodesk-fusion/newest/Set up Autodesk Fusion.app/Contents/MacOS/streamer
Error: Failure whereas executing; `/usr/bin/env /usr/native/Caskroom/autodesk-fusion/newest/Set up Autodesk Fusion.app/Contents/MacOS/streamer --process uninstall --quiet --silent --purge-incomplete` exited with 1.
[Wrench:~] % brew uninstall autodesk-fusion360
Warning: Cask autodesk-fusion360 was renamed to autodesk-fusion.
==> Uninstalling Cask autodesk-fusion
==> Operating uninstall script /usr/native/Caskroom/autodesk-fusion/newest/Set up Autodesk Fusion.app/Contents/MacOS/streamer
Error: Failure whereas executing; `/usr/bin/env /usr/native/Caskroom/autodesk-fusion/newest/Set up Autodesk Fusion.app/Contents/MacOS/streamer --process uninstall --quiet --silent --purge-incomplete` exited with 1.
[Wrench:~] % brew uninstall --zap autodesk-fusion360
Warning: Cask autodesk-fusion360 was renamed to autodesk-fusion.
==> Implied `brew uninstall --cask autodesk-fusion`
==> Operating uninstall script /usr/native/Caskroom/autodesk-fusion/newest/Set up Autodesk Fusion.app/Contents/MacOS/streamer
Error: Failure whereas executing; `/usr/bin/env /usr/native/Caskroom/autodesk-fusion/newest/Set up Autodesk Fusion.app/Contents/MacOS/streamer --process uninstall --quiet --silent --purge-incomplete` exited with 1.
[Wrench:~] % brew uninstall --zap --force autodesk-fusion360
Warning: Cask autodesk-fusion360 was renamed to autodesk-fusion.
==> Implied `brew uninstall --cask autodesk-fusion`
==> Operating uninstall script /usr/native/Caskroom/autodesk-fusion/newest/Set up Autodesk Fusion.app/Contents/MacOS/streamer
Error: Failure whereas executing; `/usr/bin/env /usr/native/Caskroom/autodesk-fusion/newest/Set up Autodesk Fusion.app/Contents/MacOS/streamer --process uninstall --quiet --silent --purge-incomplete` exited with 1.
[Wrench:~] % brew uninstall --cask --zap --force autodesk-fusion360
Warning: Cask autodesk-fusion360 was renamed to autodesk-fusion.
==> Implied `brew uninstall --cask autodesk-fusion`
==> Operating uninstall script /usr/native/Caskroom/autodesk-fusion/newest/Set up Autodesk Fusion.app/Contents/MacOS/streamer
Error: Failure whereas executing; `/usr/bin/env /usr/native/Caskroom/autodesk-fusion/newest/Set up Autodesk Fusion.app/Contents/MacOS/streamer --process uninstall --quiet --silent --purge-incomplete` exited with 1.
The streamer script does exist:
[Wrench:~] % ls -l "/usr/native/Caskroom/autodesk-fusion/newest/Set up Autodesk Fusion.app/Contents/MacOS/streamer"
-rwxr-xr-x@ 1 ken employees 153168 Jun 7 09:38 /usr/native/Caskroom/autodesk-fusion/newest/Set up Autodesk Fusion.app/Contents/MacOS/streamer*
What can I do to persuade Homebrew that I actually imply enterprise?
