Installing on Linux

Use the platform-native installer to install the product on Linux platforms. The installer provides a collection of RPM and DEB packages.

Prerequisites

On SUSE Linux, ensure that libjvm library is already installed.

Procedure

  1. Download the installation packages, one for each sub-component.
    Pick a package type (.deb, .rpm, or .tar.gz) and download the packages for either the community edition or the enterprise edition.
    Edition Component Packages
    Community Edition
    TIB_msg-emd-core-ce_1.1.0_linux_x86_64.deb
    TIB_msg-emd-core-ce_1.1.0_linux_x86_64.rpm
    TIB_msg-emd-core-ce_1.1.0_linux_x86_64.tar.gz
    TIB_msg-emd-bridge-ce_1.1.0_linux_x86_64.deb
    TIB_msg-emd-bridge-ce_1.1.0_linux_x86_64.rpm
    TIB_msg-emd-bridge-ce_1.1.0_linux_x86_64.tar.gz
    Enterprise Edition
    TIB_msg-emd-core_1.1.0_linux_x86_64.deb
    TIB_msg-emd-core_1.1.0_linux_x86_64.rpm
    TIB_msg-emd-core_1.1.0_linux_x86_64.tar.gz
    TIB_msg-emd-bridge_1.1.0_linux_x86_64.deb
    TIB_msg-emd-bridge_1.1.0_linux_x86_64.rpm
    TIB_msg-emd-bridge_1.1.0_linux_x86_64.tar.gz
  2. Install the components using the appropriate command for the target distribution.
    Linux Distribution Command
    Red Hat, Centos
    sudo yum install -y *.rpm
    Debian, Ubuntu, Fedora
    sudo dpkg -i *.deb
    SUSE
    sudo zypper install *.rpm
    Note: If you encounter issues with dependencies, you can safely ignore those dependencies and proceed with the installation.
    Any If your Linux distribution does not include yum, dpkg, or zypper, you can use tar.
    for f in tar/*; do sudo tar xvf $f; done
    
    The installation utilities yum, dpkg, or zypper install TIBCO Messaging software under /opt/tibco/.

    In contrast, the archive utility tar installs TIBCO Messaging software under ./opt/tibco/.