2.5. Upgrading Trisul

An upgrade is simply an uninstall followed by a new install.

Upgrading Trisul preserves all installation, application settings, and traffic data.

Typically it will look like the following

2.5.1 Ubuntu

Remove and add the meta package


sudo apt-get update 
sudo apt-get remove --auto-remove trisul-full
sudo apt-get install trisul-full

or you can upgrade individual packages


sudo apt-get update 
sudo apt-get remove trisul-hub 
sudo apt-get install trisul-hub

2.5.2 CentOS/RHEL

For CentOS/RHEL the instructions are similar,


yum group remove 'Trisul Full'
yum group install 'Trisul Full'

If you are getting an error with using the Group commands, try upgrading individual packages. You can even put them all on a single line


yum  remove trisul-hub trisul-probe webtrisul
yum  install trisul-hub trisul-probe webtrisul