Uninstalling on Linux

Uninstall the RPM or Debian packages.

    Procedure
  1. If you use postinstallation scripts after installing the RPM or Debian packages, you must perform the following steps to remove the symbolic links:
    1. Navigate to another/opt/tibco/ftl/7.0.1/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

  3. 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*