QUESTION
How to uninstall Traverse in GNU/Linux?
RESOLUTION
This will uninstall Traverse and all data. Proceed with extreme caution.
1. Stop all the services: $ sudo <traverse_home>/etc/emerald.init stop
2. Remove the init.d files related to traverse:
* Centos/Red Hat run: $ sudo chkconfig --del traverse
* Remove the symbolic link $ sudo rm /etc/rc.d/init.d/traverse
3. Remove the cron jobs (e.g $ sudo crontab -e)
4. Remove Traverse folder: $ sudo rm -r <traverse_home>
APPLIES TO
All versions of Traverse.
REFERENCE
None.