Uninstalling on Linux
Procedure
-
List of packages to uninstall.
Linux Variant
|
Command
|
Redhat
|
yum list installed | grep "tib_msg-apd-bridge"
|
Debian
|
dpkg-query -l | grep "tib_msg-apd-bridge"
|
SUSE
|
zypper se | grep "tib_msg-apd-bridge"
|
Other Linux variants
|
If your Linux variant does not include
yum,
dpkg, or
zypper, use this command.
ls -R /opt/tibco/apd/bridge
|
-
Uninstall the packages.
Linux Variant
|
Command
|
Redhat
|
sudo yum remove -y tib_msg-apd-bridge*
|
Debian
|
sudo apt-get remove -y tib_msg-apd-bridge*
|
SUSE
|
sudo zypper rm tib_msg-apd-bridge*
|
Other Linux variants
|
If your Linux variant does not include
yum,
dpkg, or
zypper, use this command.
rm -rf /opt/tibco/apd/bridge
|
-
Remove the Bridge for Apache Pulsar from the
connectors/ directory of your Pulsar installation.
rm /opt/tibco/apd/core/<VERSION>/connectors/pulsar-io-ftl-1.0.nar
Copyright © Cloud Software Group, Inc. All rights reserved.