Installing on Linux

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

Prerequisites

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

Procedure

  1. Download the installation package.
    Download the package for either the community edition or the enterprise edition.
    Edition Command
    Community Edition
    TIB_msg-akd-repo-ce_1.3.0_linux_x86_64.zip
    Enterprise Edition
    TIB_msg-akd-repo_1.3.0_linux_x86_64.zip
  2. Extract the TIBCO Messaging - Schema Repository for Apache Kafka archive files.
    Edition Command
    Community Edition
    unzip TIB_msg-akd-repo-ce_1.3.0_linux_x86_64.zip
    Enterprise Edition
    unzip TIB_msg-akd-repo_1.3.0_linux_x86_64.zip
    This command creates a directory, TIB_msg-akd-repo_1.3.0, and places installation RPM, DEB, and tar archives in that directory.
  3. Install using one of these commands, depending on the Linux platform variant.
    Linux Variant Command
    Red Hat, Centos
    yum install -y rpm/*.rpm
    Debian, Ubuntu, Fedora
    dpkg -i deb/*.deb
    SUSE
    zypper install rpm/*.rpm
    Note: If you encounter issues with dependencies, you can safely ignore those dependencies and proceed with the installation.
    Other Linux variants If your Linux variant does not include yum, dpkg, or zypper, you can use tar.
    for f in tar/*; do tar xvf $f; done
    
    The installation utilities yum, dpkg, or zypper install TIBCO Messaging software under /opt/tibco/.

    The archive utility tar installs TIBCO Messaging software under ./opt/tibco/.