Cask - mysterious cask #5577
Replies: 5 comments 2 replies
-
Try just |
Beta Was this translation helpful? Give feedback.
-
ya .. i did that but just to be sure
|
Beta Was this translation helpful? Give feedback.
-
can u provide instructions on removing it manually? which directory would it be in? or file? |
Beta Was this translation helpful? Give feedback.
-
If you're sure you completely uninstalled the cask, then But if it's still installed and you're trying to remove it, do this instead: # remove Homebrew install artefacts
rm -fr $(brew --prefix)/Caskroom/logi-options*
# have Homebrew "adopt" the current install as if it was a fresh one
brew install --cask --adopt logi-options+
# now a normal remove should get rid of it
brew rm --cask logi-options+ |
Beta Was this translation helpful? Give feedback.
-
that first one worked. thank you |
Beta Was this translation helpful? Give feedback.
-
Output of
brew config
Output of
brew doctor
Description of issue
logi-options+ was installed and i removed it. but it is still listed as installed
how do i remove it permanently?
Relevant casks
logi-options+
Beta Was this translation helpful? Give feedback.
All reactions