Users can remove IBM® Connections for Mac following these steps.
About this task
There is no uninstall script for IBM Connections for Mac.
to remove the software, you can run commands in Terminal to uninstall
and remove all data. Note: Backup any local sync files you wish to
preserve before executing any of the uninstall commands.
Procedure
To completely uninstall the app, remove all configuration
data, and remove all local sync files, run these commands in a terminal
session. Replace user in the command with the
logged-in Mac user name.
- Open Finder and navigate to , then double-click Terminal to launch it.
- Execute these commands to remove the app.
sudo rm -rf "/users/<user>/Library/Application Support/com.ibm.AutoSyncMonitor"
sudo rm -f "/users/<user>/Library/Preferences/com.ibm.AutoSyncMonitor.plist"
sudo rm -rf "/Applications/IBM Connections sync.app"
- Execute this command to clean up all sync folders created
by IBM Connections for Mac.
- On OSX 10.9, you must restart after performing these operations.