Uninstalling apps
App Catalog supports uninstalling apps using the Catalog Agent. This feature is primarily targeted to IT administrators for troubleshooting and cleanup purposes.
There are a few noteworthy limitations:
Not all apps may be supported to be uninstalled. In general, all app bundles should be supported except binaries.
Only the app bundle is removed. There may be files and dependencies left on the system.
To uninstall an app, run the following command:
sudo catalog -r BUNDLE_IDENTIFIER
You can also use:
sudo catalog --remove BUNDLE_IDENTIFIER
Last updated
Was this helpful?