App Catalog
What's NewStatusRoot3
  • 🌟Introduction to App Catalog
  • 🚀Getting Started
  • 🏗️Components
  • 🔒Security & Privacy
  • ✅Requirements
  • 🛠️Configuration & Deployment
    • Configuration Profile
      • Preference Keys - Catalog Agent
      • Preference Keys - Catalog App
      • Integrating with MDM
      • Configuration Profile Example
    • Installing App Catalog
    • Granting User Notifications
    • Managed Login Item
    • Full Disk Access (PPPC)
  • 🕹️Catalog Agent
    • Catalog Agent CLI
    • Installing apps
      • Dock items
      • Mandatory Apps
      • Force reinstalling apps
    • Updating apps
      • User deferrals
      • Delaying app updates
      • Updating individual apps
  • 🖥️Catalog App
    • Application modes
    • User Mode
    • Admin Mode
    • Branding
      • App and notification icon
      • In-app branding
    • Language
    • Updating apps
  • 🔌Integration Guides
    • Microsoft Intune
    • Jamf Pro
    • Kandji
    • Root3 Support App
  • Troubleshooting
    • Logging
    • Error codes
    • Uninstalling App Catalog
  • ❓How To's
    • Get an app Bundle Identifier
    • Get an SF Symbol
    • Get TeamViewer Configuration ID
Powered by GitBook
On this page

Was this helpful?

  1. Troubleshooting

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"
PreviousError codesNextGet an app Bundle Identifier

Last updated 7 months ago

Was this helpful?