Uninstalling on Linux
Uninstall the RPM/DEB files in the reverse order of installation.
- Procedure
- If you had used postinstallation scripts after installing the RPM or Debian packages, you must perform the following steps to remove the symbolic links:
- Navigate to the
/opt/tibco/as/5.0/scripts/post_installfolder. - Run the following command:
sudo ./activespaces_alternatives_uninstall.sh
- Navigate to the
- Uninstall by using either the RPM or DEB packages, depending on the Linux platform variant.
- Navigate to
/opt/tibco/as/5.0. - To get a list of the packages to be uninstalled, run the following command:
Linux Variant Command Red Hat su -c 'yum list' | grep tib_as
Debian dpkg-query -l | grep tib_as
SUSE zypper se | grep "tib_as"
- While uninstalling the packages, use the following sequence:
- ActiveSpaces development
- ActiveSpaces tools
- ActiveSpaces java
- ActiveSpaces servers
- ActiveSpaces runtime
- ActiveSpaces third party
- ActiveSpaces administration
- ActiveSpaces monitoring
Linux Variant Command Red Hat sudo yum remove tib_as_5.0.0-development.x86_64 sudo yum remove tib_as_5.0.0-tools.x86_64 sudo yum remove tib_as_5.0.0-java.x86_64 sudo yum remove tib_as_5.0.0-servers.x86_64 sudo yum remove tib_as_5.0.0-runtime.x86_64 sudo yum remove tib_as_5.0.0-thirdparty.x86_64 sudo yum remove tib_as_5.0.0-admin.x86_64 sudo yum remove tib_as_5.0.0-monitoring.x86_64
Warning: While uninstalling ActiveSpaces Community Edition, excludecom.tibco.activespaces.monitoringas it is not included in the package.Debian sudo dpkg -r tib_as_5.0.0-development sudo dpkg -r tib_as_5.0.0-tools sudo dpkg -r tib_as_5.0.0-java sudo dpkg -r tib_as_5.0.0-servers sudo dpkg -r tib_as_5.0.0-runtime sudo dpkg -r tib_as_5.0.0-thirdparty sudo dpkg -r tib_as_5.0.0-admin sudo dpkg -r tib_as_5.0.0-monitoring
Warning: While uninstalling ActiveSpaces Community Edition, excludecom.tibco.activespaces.monitoringas it is not included in the package.SUSE sudo zypper rm tib_as_5.0.0-development sudo zypper rm tib_as_5.0.0-tools sudo zypper rm tib_as_5.0.0-java sudo zypper rm tib_as_5.0.0-servers sudo zypper rm tib_as_5.0.0-runtime sudo zypper rm tib_as_5.0.0-thirdparty sudo zypper rm tib_as_5.0.0-admin.x86_64 sudo zypper rm tib_as_5.0.0-monitoring.x86_64
Warning: While uninstalling ActiveSpaces Community Edition, excludecom.tibco.activespaces.monitoringas it is not included in the package. - Navigate to