Uninstalling on Linux

Uninstall the RPM or Debian packages.

Procedure

  1. 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)
  2. 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*