Uninstalling Agility Connect
This topic explains how to uninstall Agility Connect application from your system.
Overview
To uninstall Agility Connect, remove Agility Connect-related files, unset the CONTINUUM_HOME path, and uninstall or delete data in in MongoDB.
Agility Connect File Locations
There are three locations that contain files Agility Connect installs. Execute the following commands to remove them:
rm -rf /var/continuum
rm -rf /opt/continuum
rm -rf /etc/continuum
Unset CONTINUUM_HOME
Unset the CONTINUUM_HOME variable in the console and remove the path from the Continuum user's profile file.
unset CONTINUUM_HOME
- remove the following line from .profile or .bash_profile: export CONTINUUM_HOME=<path>
Other Data
Other data is contained in the installed instance of MongoDB which can be uninstalled with your distribution's package manager.