Error upgrading to GIMP 3.0.0 from latest 2.x: Can't find /Applications/GIMP.app
#206166
Open
6 tasks done
/Applications/GIMP.app
#206166
Verification
--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
When upgrading GIMP from the latest 2.x release to 3.0.0, I received the following error (below output is from running
brew upgrade
):So, I tried uninstalling GIMP with
brew uninstall --cask gimp --force
. The command ran successfully, but when searching for GIMP withbrew search gimp
, the output showed that the GIMP cask was still installed.I proceeded with force installing GIMP with
brew install --cask gimp --force
, and got a slightly different error:Intervening manually solves the issue as seen below:
However, I would've expected Homebrew to uninstall everything so that I could perform a clean install. The uninstall removed GIMP from
/Applications
, but didn't cleanup all the/opt/homebrew/Caskroom/gimp
files. Also, after manual intervention, you can see the Homebrew no longer detects GIMP as installed after runningbrew search gimp
.Command that failed
brew install --cask gimp --force
Output of command with
--verbose --debug
Output of
brew doctor
andbrew config
Output of
brew tap
> brew tap hashicorp/tap
The text was updated successfully, but these errors were encountered: