Uninstalling on Linux

Uninstall the RPM/DEB files in the reverse order of installation.

Procedure

  1. Optional: If you had used postinstallation scripts after installing the RPM or Debian packages, you must perform the following steps to remove the symbolic links:
    1. Navigate to the /opt/tibco/as/3.5/scripts/post_install folder.
    2. Run the following commands:
      sudo ./activespaces_alternatives_uninstall.sh
  2. Uninstall using either the RPM or DEB packages, depending on the Linux platform variant.
    1. Navigate to /opt/tibco/as/3.5.
    2. 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"
    3. While uninstalling the packages, use the following sequence:
      1. ActiveSpaces development
      2. ActiveSpaces tools
      3. ActiveSpaces java
      4. ActiveSpaces servers
      5. ActiveSpaces runtime
      6. ActiveSpaces thirdparty
      7. ActiveSpaces administration
      8. ActiveSpaces monitoring
    Linux Variant Command
    Red Hat
    sudo yum remove tib_as_3.5.0-development.x86_64
    sudo yum remove tib_as_3.5.0-tools.x86_64
    sudo yum remove tib_as_3.5.0-java.x86_64
    sudo yum remove tib_as_3.5.0-servers.x86_64
    sudo yum remove tib_as_3.5.0-runtime.x86_64
    sudo yum remove tib_as_3.5.0-thirdparty.x86_64	
    sudo yum remove tib_as_3.5.0-admin.x86_64
    sudo yum remove tib_as_3.5.0-monitoring.x86_64
    Warning: While uninstalling ActiveSpaces Community Edition, exclude com.tibco.activespaces.monitoring as it is not included in the package.
    Debian
    sudo dpkg -r tib_as_3.5.0-development
    sudo dpkg -r tib_as_3.5.0-tools
    sudo dpkg -r tib_as_3.5.0-java
    sudo dpkg -r tib_as_3.5.0-servers
    sudo dpkg -r tib_as_3.5.0-runtime
    sudo dpkg -r tib_as_3.5.0-thirdparty	
    sudo dpkg -r tib_as_3.5.0-admin
    sudo dpkg -r tib_as_3.5.0-monitoring
    Warning: While uninstalling ActiveSpaces Community Edition, exclude com.tibco.activespaces.monitoring as it is not included in the package.
    SUSE
    sudo zypper rm tib_as_3.5.0-development
    sudo zypper rm tib_as_3.5.0-tools
    sudo zypper rm tib_as_3.5.0-java  
    sudo zypper rm tib_as_3.5.0-servers    
    sudo zypper rm tib_as_3.5.0-runtime
    sudo zypper rm tib_as_3.5.0-thirdparty
    sudo zypper rm tib_as_3.5.0-admin.x86_64
    sudo zypper rm tib_as_3.5.0-monitoring.x86_64
    Warning: While uninstalling ActiveSpaces Community Edition, exclude com.tibco.activespaces.monitoring as it is not included in the package.