![]() |
This section gives instructions on removing Tectia Client from the supported operating systems.
![]() | Note |
|---|---|
The uninstallation procedure removes only the files that were created when installing the software. Any configuration files have to be removed manually. |
To remove Tectia Client from an AIX environment, follow the instructions below:
Remove the installation by issuing the following command with root privileges:
# installp -u SSHTectia.Client
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.
To remove Tectia Client RPM installation from a Linux environment, follow the instructions below:
Remove the installation by issuing the following command with root privileges:
# rpm -e ssh-tectia-client
If you want to remove also the components that are common with Tectia Server, give the following command:
# rpm -e ssh-tectia-common
To remove the GUI components, issue the following command with root privileges:
# rpm -e ssh-tectia-guisupport
To remove Tectia Client from a Debian Linux environment, follow the instructions below:
Remove the installation by issuing the following command with root privileges:
# dpkg -P ssh-tectia-client
If you want to remove also the components that are common with Tectia Server, give the following command:
# dpkg -P ssh-tectia-common
To remove Tectia Client from a Solaris environment, follow the instructions below:
Remove the installation by issuing the following command with root privileges:
# pkgrm SSHG3clnt
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.
There are several ways to remove the Tectia Client installation from Windows. Follow one set of instructions below:
Using Windows Control Panel tools
From the Windows Start menu, open the Control Panel and click Programs and Features.
Select Tectia Client from the list of installed programs and click Uninstall.
Click Yes to confirm.
Using the Windows Installer
Locate the Windows Installer file
ssh-tectia-client-,
where:<version>-windows-<platform>.msi
<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.
Double-click the installer file, and the Windows Installer will start.
Select Remove to start the uninstallation.
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).