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