Uninstall on Linux

Uninstall the RPM or Debian packages.

    Procedure
  1. List the packages to uninstall.
    Linux Variant Command
    Redhat
    yum list installed | grep "tib_msgmx"
    Debian
    dpkg-query -l | grep "tib_msgmx"
    SUSE
    zypper se | grep "tib_msgmx"
    Other Linux variants

    If your Linux variant does not include yum, dpkg, or zypper, use this command.

    ls -R /opt/tibco/msgmx
  2. Uninstall the packages.
    Linux Variant Command
    Redhat
    yum remove -y tib_msgmx*
    Debian
    apt-get remove -y tib_msgmx*
    SUSE
    zypper rm tib_msgmx*
    Other Linux variants

    If your Linux variant does not include yum, dpkg, or zypper, use this command.

    rm -rf /opt/tibco/msgmx