Uninstalling on Linux
Uninstall the RPM or Debian packages.
Procedure
-
List the packages to uninstall.
Linux Variant
|
Command
|
Redhat
|
yum list installed | grep "eftl"
|
Debian
|
dpkg-query -l | grep eftl
|
SUSE
|
zypper se | grep "eftl"
|
Verify the packages:
- eFTL servers
- eFTL development
- eFTL runtime
- eFTL enterprise (Enterprise Edition only)
-
Uninstall the packages.
Linux Variant
|
Command
|
Redhat
|
sudo yum remove -y tibco-eftl*
|
Debian
|
sudo apt-get remove -y tibco-eftl*
|
SUSE
|
sudo zypper rm tibco-eftl*
|
Copyright © Cloud Software Group, Inc. All rights reserved.