Tectia

Removing from Linux

To remove Tectia Client from a Linux environment, follow the instructions below:

  1. Remove the installation by issuing the following command with root privileges:

    # rpm -e ssh-tectia-client-<version>
    

    In the command, <version> is the package version of Tectia Client to be removed (for example, 6.2.5.123).

  2. If you want to remove also the components that are common with Tectia Server, give the following command:

    # rpm -e ssh-tectia-common-<version>
    

    Note that removing the common components disables Tectia Server, if it has been installed on the same host.

  3. To remove the GUI components, issue the following command with root privileges:

    # rpm -e ssh-tectia-guisupport-<version>