Uninstalling on Linux

Uninstall the RPM or Debian packages.

Procedure

  1. List of packages to uninstall.
    Linux Variant Command
    Redhat
    yum list installed | grep "tib_msg-ap2as"
    Debian
    dpkg-query -l | grep "tib_msg-ap2as"
    SUSE
    zypper se | grep "tib_msg-ap2as"
    Other Linux variants If your Linux variant does not include yum, dpkg, or zypper, use this command.
    ls -R TIBCO_HOME/TIB_msg-ap2as_1.0.x
  2. Uninstall the packages.
    Linux Variant Command
    Redhat
    yum remove -y tib_msg-ap2as*
    Debian
    apt-get remove -y tib_msg-ap2as*
    SUSE
    zypper rm tib_msg-ap2as*
    Other Linux variants If your Linux variant does not include yum, dpkg, or zypper, use this command.
    rm -rf TIBCO_HOME/TIB_msg-ap2as_1.0.x