The packages found on these pages are in the .tar.gz format.
To install do the following steps
- Open the Terminal (in /Applications/Utilities)
- Change to the directory with the .tar.gz archive using the cd command. For help with the cd command type man cd.
- Type tar zxf package.tar.gz.
- cd package
- List the directory contents by typing ls.
- Read the README file, usually README.MacOS_X, by typing less README.MacOS_X.
- Follow the instructions.
- The installation usually requires executing a sudo command.
Back