Uninstalled package keeps coming back (bloop) #77
-
I've run various forms of I'll notice it come back because it will try to upgrade and fail with permission issues (either deleting the old version or creating the directory for the new version -- the latter may have only started happening after I
This seems weird and specific, so haven't been sure it's worth filing a bug, but if anyone can advise on how to make sure I remove it so it never comes back, I'm all ears. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
I tried
|
Beta Was this translation helpful? Give feedback.
I tried
brew uninstall scalacenter/bloop/bloop
, it said it couldn't remove/usr/local/Cellar/bloop/1.3.4
, so I ransudo rm -rf /usr/local/Cellar/bloop/1.3.4
. Nowbrew uninstall scalacenter/bloop/bloop
says 'Error: No installed keg or cask with the name "scalacenter/bloop/bloop"'. Same forbrew uninstall bloop
. Howeverbrew list
still showsbloop
in the list.brew uninstall bloop -f
said "Uninstalling bloop... (64B)", butbrew list
still showsbloop
in the list. Same results forbrew uninstall -f scalacenter/bloop/bloop
.sudo rm -rf /usr/local/Cellar/bloop/
finally makesbrew list
not showbloop
, but I've been here before and it will come back in the next couple of weeks somehow.