th-ch / homebrew-youtube-music

Homebrew cask definition for YouTube Music
https://th-ch.github.io/youtube-music/
MIT License
6 stars 1 forks source link

Unable to uninstall completely #2

Closed teddythinh closed 1 month ago

teddythinh commented 8 months ago

Hi there, I want to uninstall youtube-music using brew uninstall command:

brew uninstall --cask youtube-music

But after I checked with the brew list command, it's still there although it says it has been uninstalled.

I also tried this command but it doesn't work

brew uninstall --cask th-ch/youtube-music/youtube-music

After all, I was able to uninstall using this command:

brew uninstall --force th-ch/youtube-music/youtube-music
th-ch commented 6 months ago

👋 Glad to hear force worked, I guess it depends on how it was installed (typically using --cask or not) - hopefully with the instructions in https://github.com/th-ch/homebrew-youtube-music/pull/3 it should work better!