Posted on October 20, 2009 at 5:59 pm

APT-GET FOR MAC!?!?

Apt-get is a linux command that allows you to instantly install software. For example if you were running linux, the command:

sudo apt-get install firefox

would install Firefox Web Browser. For a while, I had thought that this functionality was removed in Mac OSX, luckily this is not the case.
There are two ways to get apt-get on your mac!

Option 1: FINK

  1. Download Fink
  2. Open the installer package and install

Now you can install packages by typing:

sudo apt-get install name-of-app

Method 2: PORT

  1. Install XCode (If you run PPC, the last version for you can be found here.)

That’s it, you can run it by using the command “port” instead of “apt-get”. For example:

sudo port libpng

If you want to install multiple applications at the same time, you can make a list, like so:

sudo port libpng libjpeg fontforge liquidwar gimp

which would obviously install libpng, libjpeg, fontforge, and gimp!

Leave a Reply

About

Hello, I have updated my blog, now people can post comments (I was getting spammed!) Confuzzled Software is now hosted on my site, and I hope to increase the popularity of my blog. If you have any questions, please do not hesitate to email me at: Admin@techline4teens.com (pretty creative email right!)