thecommander failing to upgrade and uninstall is also not possible #6748
Unanswered
FlavioB79
asked this question in
Everyday usage
Replies: 1 comment
-
|
You could remove it manually by and install again. Maybe |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Output of
brew configOutput of
brew doctorDescription of issue
While upgrading all my installed packages I hit an error on "thecommander". I tried upgrading it afterwards separately:
MacBookPro % brew upgrade --greedy
==> Fetching downloads for: thecommander
✔︎ Cask thecommander (1.0.64) Verified 23.0MB/ 23.0MB
==> Upgrading 1 outdated package:
thecommander 1.0.63 -> 1.0.64
==> Upgrading thecommander
==> Purging files for version 1.0.64 of Cask thecommander
Error: thecommander: It seems there is already an App at '/opt/homebrew/Caskroom/thecommander/1.0.63/TheCommander.app'.
I thought I would uninstall it, but this also fails:
MacBookPro % brew uninstall thecommander
==> Uninstalling Cask thecommander
Error: It seems there is already an App at '/opt/homebrew/Caskroom/thecommander/1.0.63/TheCommander.app'.
I see this in the Caskroom folder for "thecommander":
MacBookPro % ls -la /opt/homebrew/Caskroom/thecommander
total 0
drwxr-xr-x 5 bonny admin 160 Mar 11 10:45 .
drwxrwxr-x 45 bonny admin 1440 Feb 23 09:40 ..
drwxr-xr-x 5 bonny admin 160 Mar 9 17:13 .metadata
drwxr-xr-x@ 3 bonny admin 96 Mar 12 18:20 1.0.63
drwxr-xr-x@ 3 bonny admin 96 Mar 9 17:11 1.0.63.upgrading
Any help would be appreciated - TIA!
Beta Was this translation helpful? Give feedback.
All reactions