Skip to content

Getting "It seems there is already an App at ..." even when trying to uninstall #4758

Answered by tony19
Apromixately asked this question in Casks
Discussion options

You must be logged in to vote

I ran into the same problem (running Homebrew 4.1.19) after aborting a brew --cask installation, which left that app "half-installed".

Trying to uninstall via brew resulted in the error you've mentioned. The trick that worked for me was to use the --force flag:

brew remove --force --cask <CASK_NAME>

That changed the error into a warning and proceeded with the clean uninstall.

BEFORE:

$ brew remove phoenix
==> Uninstalling Cask phoenix
==> Removing login item /Applications/Phoenix.app
==> Removing login item Phoenix
Error: It seems there is already an App at '/opt/homebrew/Caskroom/phoenix/4.0.0/Phoenix.app'.

AFTER:

                 👇
$ brew remove --force phoenix
==> Uninstalling Cask p…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by Apromixately
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Casks
Labels
None yet
3 participants