Uninstalling on Linux
Uninstall the RPM or Debian packages.
Procedure
-
List the packages to uninstall.
| Linux Variant
|
Command
|
| Red Hat
|
yum list installed | grep "tib_msg-akd-core"
|
| Debian
|
dpkg-query -l | grep tib_msg-akd-core
|
| SUSE
|
zypper se | grep "tib_msg-akd-core"
|
-
Uninstall the packages.
| Linux Variant
|
Command
|
| Red Hat
|
yum remove -y tib_msg-akd-core*
|
| Debian
|
apt-get remove -y tib_msg-akd-core*
|
| SUSE
|
zypper rm tib_msg-akd-core*
|
Copyright © 2021. Cloud Software Group, Inc. All Rights Reserved.