Tagged Questions
1
vote
0answers
83 views
OS X application manager
Unix-sytled, "package managers" like Fink, Homebrew, and MacPorts do a good job of managing 'headless' libraries. I would like something similar to manage OS X applications with a GUI.
I am hoping ...
6
votes
1answer
2k views
Updating everything installed through Homebrew on Mountain Lion [closed]
After updating to 10.8 ‘Mountain Lion’ I’m wondering whether it would be vise to rebuild everything I have installed through the packaging system Homebrew (similar to MacPorts) to ensure all ...
3
votes
2answers
1k views
How to know what packages are available with (home)brew?
I am new to Mac coming from Ubuntu Linux background. How do I find out what packages are available for Homebrew? With Ubuntu I could search packages.ubuntu.com for example, or Google since its using ...
3
votes
3answers
1k views
Can't install Homebrew on Mac OS X Lion
I followed the simple instructions on Homebrew's homepage:
Paste this at a terminal prompt:
/usr/bin/ruby -e "$(curl -fsSL https://raw.github.com/gist/323731)"
But I get the following permission ...