Installing apps
Installing a single app using the Catalog Agent is very straight forward and requires two thing:
A valid app Bundle Identifier (Get an app Bundle Identifier)
Administrative privileges (using MDM as root or
sudo)
To install an app with a user notification on completion:
sudo catalog -i BUNDLE_IDENTIFIERYou can also use:
sudo catalog --install BUNDLE_IDENTIFIERFor example, to install Google Chrome:
sudo catalog -i com.google.Chromeor
sudo catalog --install com.google.ChromeTo silently install an app, use the silent option in the command:
sudo catalog -i BUNDLE_IDENTIFIER -sor
sudo catalog --install BUNDLE_IDENTIFIER --silentLast updated
Was this helpful?