SSH Tectia

Removing from Linux on IBM System z

Removing of the client-side tools of SSH Tectia Server for Linux on IBM System z is done the same way as removing SSH Tectia Client. To remove the client-side tools from Linux on IBM System z, 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 to be removed (for example, 6.1.9.123).

  2. If you want to remove also the components that are common with SSH Tectia Server for Linux on IBM System z, give the following command:

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

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