Uninstalling on Linux

Uninstall the RPM or Debian packages.

Procedure

  1. Optional: If you used post-installation scripts after installing the RPM or Debian packages, you must perform the following steps to remove the symbolic links:
    1. Navigate to /opt/tibco/ftl/6.5/scripts/post_install folder.
      (Substitute the release number corresponding to the installed packages.)
    2. Run the following commands:
      sudo ./development_alternatives_uninstall.sh
      sudo ./java_alternatives_uninstall.sh
      sudo ./runtime_alternatives_uninstall.sh
      sudo ./servers_alternatives_uninstall.sh
  2. 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
    • FTL docker
  3. Uninstall the packages.
    Linux Variant Command
    Redhat
    sudo yum remove -y tib_ftl_6.5*
    Debian
    sudo apt-get remove -y tib_ftl_6.5*
    SUSE
    sudo zypper rm tib_ftl_6.5*