$ brew remove hadoop
Error: hadoop has multiple installed versions
I can not seem to find a way how to remove all the versions (they are 1.0.4
and 1.1.2
).
The autoremove command removes all the hanging, no longer needed packages from your computer. So say goodbye to unneeded dependencies and messy brew list output. ~ brew help autoremove Uninstall formulae that were only installed as a dependency of another formula and are now no longer needed.
The brew tap command You can install and uninstall them with brew [un]install , and the formulae are automatically updated when you run brew update .
What does “keg-only” mean? It means the formula is installed only into the Cellar and is not linked into the default prefix. This means most tools will not find it. You can see why a formula was installed as keg-only, and instructions for including it in your PATH , by running brew info <formula> .
This also seems to work:
brew remove --force hadoop
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With