Uninstalling on Linux

Procedure

  1. List of packages to uninstall.
    Linux Variant Command
    Redhat
    yum list installed | grep "tib_msg-apd-bridge"
    Debian
    dpkg-query -l | grep "tib_msg-apd-bridge"
    SUSE
    zypper se | grep "tib_msg-apd-bridge"
    Other Linux variants If your Linux variant does not include yum, dpkg, or zypper, use this command.
    ls -R /opt/tibco/apd/bridge
  2. Uninstall the packages.
    Linux Variant Command
    Redhat
    sudo yum remove -y tib_msg-apd-bridge*
    Debian
    sudo apt-get remove -y tib_msg-apd-bridge*
    SUSE
    sudo zypper rm tib_msg-apd-bridge*
    Other Linux variants If your Linux variant does not include yum, dpkg, or zypper, use this command.
    rm -rf /opt/tibco/apd/bridge
  3. Remove the Bridge for Apache Pulsar from the connectors/ directory of your Pulsar installation.
    rm  /opt/tibco/apd/core/<VERSION>/connectors/pulsar-io-ftl-1.0.nar