Where does Homebrew install wine

homebrewwine

I'd ask this on Homebrew's own community, but it doesn't seem like there is one.

I'm trying to install wine with Homebrew, but it doesn't look like anything's in the right place.

That is, "which wine" returns nothing, and "brew link wine" returns "Error: No such keg: /usr/local/Cellar/wine".

So where did brew install wine to? And where should I put the folder once I find it?

I can post my brew doctor output if you want, but I don't think anything in there was related.

Best Answer

Brew should install the wine in /usr/local/Cellar. Have you ran brew update && brew upgrade wine? I always use the GUI (Wineskin) which can be installed via brew cask. However, I also have the CLI and it works fine.