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