To remove Tectia ConnectSecure from a Linux environment, follow the instructions below:
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 ConnectSecure to be removed (for example, 6.2.5.123
).
If you have installed the capture package for FTP-SFTP conversion and transparent tunneling, remove it by giving the following command:
# rpm -e ssh-tectia-capture-<version>
If you have installed the GUI support package, remove it by giving the following command:
# rpm -e ssh-tectia-guisupport-<version>
If you have installed the file transfer SDK, remove it by giving the following command:
# rpm -e ssh-tectia-sdk-<version>
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 | |
---|---|
The uninstallation procedure removes only the files that were created when installing the software. Any configuration files have to be removed manually. |