Uninstalling on Linux
Uninstall the RPM or Debian packages.
- Procedure
- If you use postinstallation scripts after installing the RPM or Debian packages, you must perform the following steps to remove the symbolic links:
- Navigate to another
/opt/tibco/ftl/7.0.1/scripts/post_installfolder.(Substitute the release number corresponding to the installed packages.) - Run the following commands:
sudo ./development_alternatives_uninstall.sh sudo ./java_alternatives_uninstall.sh sudo ./runtime_alternatives_uninstall.sh sudo ./servers_alternatives_uninstall.sh
- Navigate to another
- List the packages to uninstall.
Linux Variant Command RedHat yum list installed | grep "ftl"
Debian dpkg-query -l | grep ftl
SUSE zypper se | grep "ftl"
Verify the packages:
- FTL OSGI bundle
- FTL monitoring (Enterprise Edition only)
- FTL enterprise (Enterprise Edition only)
- FTL development
- FTL servers
- FTL java
- FTL runtime
- FTL third party
- Uninstall the packages.
Linux Variant Command Redhat sudo yum remove -y tib_ftl_7.0.1*Debian sudo apt-get remove -y tib_ftl_7.0.1*SUSE sudo zypper rm tib_ftl_7.0.1*