Reputation: 48483
I am trying to remove imagick
, it's installed via brew
.
If I run brew remove imagick
or brew uninstall imagick
, I get
Error: No such keg: /usr/local/Cellar/imagick
How to fix it? Google didn't really help me.
Upvotes: 3
Views: 1419
Reputation: 16012
Try to run
brew doctor
and follow the instructions. Hope that will fix it.
Upvotes: 3