2.4. Uninstall
Trisul packages can be uninstalled like any other linux package.
Uninstalling Trisul will not harm the data or configuration.
2.4.1 Ubuntu Uninstall
The following example will uninstall the core Trisul packages
apt-get remove trisul-probe trisul-hub webtrisul 
Other ways to uninstall
- using the meta package 
apt-get remove 'trisul-full'etc for each package - using 
apt-get remove trisul-probeor - using dpkg manually 
dpkg -r trisul-probeetc 
2.4.2 CentOS/RHEL Uninstall
The following example will uninstall the core Trisul packages
yum remove trisul-probe trisul-hub webtrisul 
Other ways to uninstall.
- using the meta package 
yum group remove 'Trisul Full'etc for each package - using 
yum remove trisul-probeor - using RPM manually 
rpm -e trisul-probeetc 
2.4.3 Resetting the database clean
Resetting the database removes all the traffic and metrics collected but keeps the configuration. Use this option to “start over” with a clean DB.
To reset the database use the trisulctl_probe/hub reset context tool.
The following example resets the the database.
trisulctl_probe 
stop context default
reset context default
.. confirmation follows..