Tectia

Removing from Linux

To remove Tectia Client and Server or Tectia Server for Linux on IBM System z from any Linux environment, follow the instructions below:

  1. Log in as root user.

  2. Stop Tectia Server by giving the following command:

    # /etc/init.d/ssh-server-g3 stop
    
  3. Remove the Tectia Server installation by giving the following command:

    # rpm -e ssh-tectia-server-<version>
    
  4. Remove the Tectia Client installation by giving the following command :

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

    In the commands, <version> is the Tectia package version to be removed (for example, 6.2.5-123).

  5. Remove the GUI support components by giving the following command:

    # rpm -e ssh-tectia-guisupport-<version>
    
  6. If you will remove both Tectia Client and Server, remove also the common components by giving the following command:

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