Tagged Questions
0
votes
0answers
450 views
Installing Wine with Brew
So I try installing wine:
λ ~ → brew install wine
==> Downloading http://downloads.sourceforge.net/project/wine/Source/wine-1.4.1.tar.bz2
Already downloaded: ...
4
votes
2answers
2k views
Installing wine with homebrew
So, I am running a bit of a different install. Here's the background:
I have installed wine before with MacPorts.
Later, I decided to install homebrew.
Then, wine didn't work so I tried brew install ...
2
votes
1answer
1k views
Is the “Cellar” folder only used for Homebrew?
So if I am not using Homebrew, I can safely remove it?
0
votes
1answer
209 views
Developer setup install script, with Homebrew & Dropbox?
Installing development tools is not too hard these days, with the likes of Homebrew - http://mxcl.github.com/homebrew/ ... So I thought I would try to write a script with the homebrew installation and ...
1
vote
2answers
1k views
How can I remove dependencies recursively in Homebrew?
I'm trying out Homebrew, but I can't seem to figure out when uninstalling a 'formula', how to recursively remove the dependencies as well. I.e. Macports is:
$ port uninstall --follow-dependencies ...
3
votes
2answers
3k views
How do I uninstall imagemagick from Mac OS X?
I have ImageMagick installed on my Mac. I manually installed it and the dependencies.
However, it is causing some problems with brew doctor, so I would like to just uninstall it. After uninstalling ...