After installing and uninstalling some programs through brew
and brew cask
, now I get brew doctor
saying \"unlinked kegs in your Cellar\".
running brew link
will bring up optional commands that you can use, along with that you'll need an argument to go with it or it'll prompt you with an error saying just that.
brew doctor
Warning: You have unlinked kegs in your Cellar
Leaving kegs unlinked can lead to build-trouble and cause brews that depend on
those kegs to fail to run properly once built. Run `brew link` on these:
mongodb
brew link
brew link --dry-run
brew link --overwrite
brew link --overwrite mongodb
Linking /usr/local/Cellar/mongodb/3.2.7... 0 symlinks created
brew doctor
Finally I ran this command and my response no longer had issues.
Your system is ready to brew.