The Darwin Ports are Unix packages ported for Mac OS X.

They can be downloaded from the Darwin Ports project page.

To install, simply download and run the package installer.

That done, modify your path by editing your .bash_profile file as follow

1
PATH="/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin"

Relaunch your terminal and run

1
sudo port selfupdate

To install a package run

1
sudo port install <package_name>

To uninstall the darwin ports, run

1
2
sudo rm -rf /opt/local /Applications/DarwinPorts /Library/Tcl/darwinports1.0 <br />
/Library/StartupItems/DarwinPortsStartup
Filed under: Computing, Mac OS X

Tagged with:

Liked this page?

Tweet it

Subscribe to the RSS feed or sign up for the newsletter now.

Posts related to Installing Darwin Ports on Mac OS X

1 Comment to "Installing Darwin Ports on Mac OS X"

  1. Trackback on samantha on January 16, 2009 at 11:41 pm

    Published a new post: Installing Darwin Ports on Mac OS X ( http://tinyurl.com/9gxqab )

Name (required)

Email (required)

Website

Leave a Reply