Jan
16
Installing Darwin Ports on Mac OS X
January 16, 2009 | 1 Comment
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: darwin ports
Liked this page?
Tweet it
Tweet
Subscribe to the RSS feed or sign up for the newsletter now.
Published a new post: Installing Darwin Ports on Mac OS X ( http://tinyurl.com/9gxqab )