Would you love apt-get on a mac?
As Ubuntu kept maturing i kept on gradually liking the "apt-get install" command in ubuntu to the point this felt like a hinderance on other linux flavours more notably Mac. To my surprise there is a tool available to make apt-get work in mac, this is fink (http://www.finkproject.org). The binary is available to download for 10.5 and lower, for the rest who have moved on it seems the only option is to compile and install from source as per the instructions on the fink website. I had 10.8 (Mountain Lion) installed and as the fink site suggests i had to compile using source, before i could install fink i had to install xcode and xcode developer tools (xcode > preferences > downloads > developer tools) xcode-select -switch /path/to/Xcode.app/Contents/Developer I had to accept a license for Xcode build by reading and typing 'accept' sudo xcodebuild -license Unpack tar.gz manually or double click in your browsers download, if you want to ma...