Uninstalling on Linux
Uninstall the RPM, DEB, or TAR packages.
Procedure
-
List the packages to uninstall.
Linux Variant
|
Command
|
Redhat
|
yum list installed | grep "tib_msg-emd"
|
Debian
|
dpkg-query -l | grep tib_msg-emd
|
SUSE
|
zypper se | grep "tib_msg-emd"
|
Other Linux variants
|
If your Linux variant does not include
yum,
dpkg, or
zypper, use this command.
ls -R $TIBCO_HOME/emd
|
-
Uninstall the packages.
Linux Variant
|
Command
|
Redhat
|
yum remove -y tib_msg-emd*
|
Debian
|
apt-get remove -y tib_msg-emd*
|
SUSE
|
zypper rm tib_msg-emd*
|
Other Linux variants
|
If your Linux variant does not include
yum,
dpkg, or
zypper, use this command.
rm -rf TIBCO_HOME/emd
|
Copyright © 2021. Cloud Software Group, Inc. All Rights Reserved.