What is the official installer for Unix packages on Mac OS?
Posted
by dehmann
on Super User
See other posts from Super User
or by dehmann
Published on 2010-03-10T18:25:15Z
Indexed on
2010/04/13
23:33 UTC
Read the original article
Hit count: 380
I'm a bit confused about the installation of standard Unix packages on Mac OS X. For example, I have /usr/bin/svn, which is SVN v.1.4.4, but FinkCommander says svn is not installed. The same holds for other packages, like emacs etc.
Is that just a wrong FinkCommander setting? Currently it is set to install everything in /sw
, which is not even in the PATH
. So, do I just have to set it to install packages to /usr
, and it will recognize the installed software? I don't want to install duplicate packages of everything, and it is quite weird that the FinkCommander seems not to be in sync with the installed software.
Or is there any other installer I should be using? Is Mac Ports the recommended installer to use?
(I'm using Mac OS 10.5.8.)
© Super User or respective owner