Closed rickygao closed 3 years ago
I doubt that it is a problem with the uninstallation script, and should this line be removed? Could anyone tell how the uninstallation script of the cask microsoft-office
works?
Additional information:
I tried to fix it by remove /usr/local/Caskroom/microsoft-office
manually, and install it again, but everything was the same.
I ran into the same problem this weekend. Digging into it more today, I could get past the error by $ mkdir /private/tmp/com.microsoft. package.DFonts
which then lead to the same error with /private/tmp/com.microsoft.package.Frameworks
. There were no Microsoft related entries in that tmp directory and imagine it would hit that for each subsequent line after the one pointed out by @rickygao . Realizing its probably a bug within brew (but not wanting to learn the internals right now) I tried a brew update. That fixed the issue for me.
I ran into the same problem this weekend. Digging into it more today, I could get past the error by
$ mkdir /private/tmp/com.microsoft. package.DFonts
which then lead to the same error with/private/tmp/com.microsoft.package.Frameworks
. There were no Microsoft related entries in that tmp directory and imagine it would hit that for each subsequent line after the one pointed out by @rickygao . Realizing its probably a bug within brew (but not wanting to learn the internals right now) I tried a brew update. That fixed the issue for me.
Great! It is fixed thanks to a brew update.
Fixed and closed.
--force
.brew update-reset && brew update
and retried my command.brew doctor
, fixed as many issues as possible and retried my command.Description of issue
I cannot {upgrade, uninstall, reinstall} the cask
microsoft-office
.Command that failed
Output of command with
--verbose --debug
Output of
brew doctor --verbose
Output of
brew tap