Install an mpkg from the command line on OSX | commandlinefu.com
Install an mpkg from the command line on OSX - sudo installer -pkg /Volumes/someapp/someapp.mpkg -target / - Installing most OSX apps is just a matter of dropping it in /Applications, either GUI-wise or with cp -r. However, many packages are distributed i...