How to install a *.pkg file from the command line (CLI) on Mac OS X

sudo installer -pkg installer-osx-amd64.pkg -target LocalSystem

...where installer-osx-amd64.pkg is the package file that is installed and LocalSystem the default installation target.

Comments

Popular posts from this blog

Tuning ext4 for performance with emphasis on SSD usage

NetBeans 6.1: Working with Google´s Android SDK, Groovy and Grails