Uninstalling on Linux
Uninstall the RPM, Debian, or tar packages.
Procedure
-
List the packages to uninstall.
Linux Variant
|
Command
|
Red Hat
|
yum list installed | grep "tib_msg-apd"
|
Debian
|
dpkg-query -l | grep tib_msg-apd
|
SUSE
|
zypper se | grep "tib_msg-apd"
|
Other Linux variants
|
If your Linux variant does not include
yum,
dpkg, or
zypper, use this command.
ls -R TIBCO_HOME/apd/2.4
|
-
Uninstall the packages.
Linux Variant
|
Command
|
Red Hat
|
sudo yum remove -y tib_msg-apd*
|
Debian
|
sudo apt-get remove -y tib_msg-apd*
|
SUSE
|
sudo zypper rm tib_msg-apd*
|
Other Linux variants
|
If your Linux variant does not include
yum,
dpkg, or
zypper, use this command.
sudo rm -rf TIBCO_HOME/apd/2.4
|
Copyright © Cloud Software Group, Inc. All rights reserved.