Fink - Implementation

Implementation

Fink features a binary distribution for quick and easy installation using APT, as well as a more extensive source distribution. In addition to command-line tools for handling packages, FinkCommander provides a GUI. The user can configure Fink to utilize the stable or unstable tree for packages. The unstable tree typically has newer releases, but has not stood the test of time.

Fink can be used to install newer versions of packages installed by Mac OS X or to install packages not included in Mac OS X. Fink stores all its data in the directory "/sw" by default (though this can be changed if initially compiling fink itself from source code). This goes against the Filesystem Hierarchy Standard's recommendation to use "/usr/local"; the reasons given in the Fink FAQ are that other installers might overwrite Fink's files under "/usr/local", and that having an entirely separate directory makes it easier to disable the binaries and libraries that Fink installs. Within Fink's directory, a FHS-like layout (/sw/bin, /sw/include, /sw/lib, etc.) is used.

Read more about this topic:  Fink