SSH

Removing the Tectia Client Software

Removing from AIX
Removing from Linux (RPM)
Removing from Linux (DEB)
Removing from Solaris
Removing from Windows

This section gives instructions on removing Tectia Client from the supported operating systems.

[Note]Note

The uninstallation procedure removes only the files that were created when installing the software. Any configuration files have to be removed manually.

Removing from AIX

To remove Tectia Client from an AIX environment, follow the instructions below:

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

    # installp -u SSHTectia.Client
    
  2. If you want to remove also the components that are common with Tectia Server, give the following command:

    # installp -u SSHTectia.Common
    

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

Removing from Linux (RPM)

To remove Tectia Client RPM installation 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
  2. If you want to remove also the components that are common with Tectia Server, give the following command:

    # rpm -e ssh-tectia-common
  3. To remove the GUI components, issue the following command with root privileges:

    # rpm -e ssh-tectia-guisupport

Removing from Linux (DEB)

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

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

    # dpkg -P ssh-tectia-client
  2. If you want to remove also the components that are common with Tectia Server, give the following command:

    # dpkg -P ssh-tectia-common

Removing from Solaris

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

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

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

    # pkgrm SSHG3cmmn
    

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

Removing from Windows

There are several ways to remove the Tectia Client installation from Windows. Follow one set of instructions below:

Using Windows Control Panel tools

  1. From the Windows Start menu, open the Control Panel and click Programs and Features.

  2. Select Tectia Client from the list of installed programs and click Uninstall.

  3. Click Yes to confirm.

Using the Windows Installer

  1. Locate the Windows Installer file ssh-tectia-client-<version>-windows-<platform>.msi, where:

    • <version> shows the Tectia Client/Server release version and build number, for example 7.0.0.123.

    • <platform> shows the platform architecture x86_64 for 64-bit Windows versions.

    On some Windows versions the .msi file type is not shown for the installer file.

  2. Double-click the installer file, and the Windows Installer will start.

  3. Select Remove to start the uninstallation.

  4. Click Finish when the removal has been completed.

Using Silent Command-line Tools

Tectia Client can also be removed silently by giving the following command:

msiexec /q /x ssh-tectia-client-<version>-windows-<platform>.msi

In the command, <version> is the version of Tectia Client to be removed (for example, 7.0.0.123), and <platform> shows the platform architecture (x86_64 for 64-bit Windows versions).