Uninstalling on Linux

Procedure

  1. List the packages to uninstall.
    Linux Variant Command
    Red Hat
    yum list installed | grep "tib_msg-apd_2.6"
    Debian
    dpkg-query -l | grep tib_msg-apd_2.6
    
    SUSE
    zypper se | grep "tib_msg-apd_2.6"
    
    Other Linux variants If your Linux variant does not include yum, dpkg, or zypper, use this command.
    ls -R /opt/tibco/apd/core
  2. Uninstall the packages.
    Linux Variant Command
    Red Hat
    sudo yum remove -y tib_msg-apd_2.6*
    Debian
    sudo apt-get remove -y tib_msg-apd_2.6*
    SUSE
    sudo zypper rm tib_msg-apd_2.6*
    Other Linux variants If your Linux variant does not include yum, dpkg, or zypper, use this command.
    rm -rf /opt/tibco/apd/core