ssh to the remote machine
sudo installer -pkg /tmp/Install_Package_Name.mpkg -target /
Or, if you want to watch the progress of installation, add the -verbose parameter:
$ sudo installer -verbose -pkg /tmp/Install_Package_Name.mpkg -target /
Achieving Developer Excellence with Automated Testing
ssh to the remote machine
sudo installer -pkg /tmp/Install_Package_Name.mpkg -target /
Or, if you want to watch the progress of installation, add the -verbose parameter:
$ sudo installer -verbose -pkg /tmp/Install_Package_Name.mpkg -target /