To remove Tectia Client and Server from a Linux environment, follow the instructions below:
Log in as root user.
Stop Tectia Server by giving the following command:
# /etc/init.d/ssh-server-g3 stop
Remove the Tectia Server installation by giving the following command:
# rpm -e ssh-tectia-server-<version>
In the commands, <version>
is the release version and
build number of the Tectia installation to be removed (for example,
6.5.1-123
).
Remove the Tectia Client installation by giving the following command :
# rpm -e ssh-tectia-client
Remove the GUI support components by giving the following command:
# rpm -e ssh-tectia-guisupport
If you will remove both Tectia Client and Server, remove also the common components by giving the following command:
# rpm -e ssh-tectia-common