Uninstalling App Catalog

Follow these steps to uninstall the App Catalog:

  • Close the Catalog App:

sudo pkill "Catalog"
  • Unload the LaunchDaemon:

sudo launchctl unload "/Library/LaunchDaemons/nl.root3.catalog.helper.plist"
  • Remove the LaunchDaemon:

sudo rm -f "/Library/LaunchDaemons/nl.root3.catalog.helper.plist"
  • Remove the PrivilegedHelperTool:

sudo rm -f "/Library/PrivilegedHelperTools/nl.root3.catalog.helper"
  • Remove the catalog symlink to the Catalog Agent:

sudo rm -f "/usr/local/bin/catalog"
  • Remove any preference files:

sudo rm -f "/Library/Preferences/nl.root3.catalog."*
  • Remove the Catalog App:

sudo rm -rf "/Applications/Catalog.app"

Last updated