Fink
To use the software installed in Fink, you must first set your PATH environment variable. Typically you will just need to open a Terminal.app window and run the following command:
$ /sw/bin/pathsetup.sh
If that does not work, you may configure it manually by following the steps provided in this link, Setting Up Your Environment - section 2.3 in the Fink User's Guide.
Once your PATH environment variable is set, you may check the available installed packages in Fink by running this in the Terminal.app
$ cd /sw/bin $ ./fink list -i
For all available Fink packages, run:
$ cd /sw/bin $ ./fink list
If a software you needed is in this list but not installed, please contact us.
To learn more about Fink, visit the Fink Project website.