Installing on Linux in Silent Mode

To install Apache Pulsar on Linux platforms silently, follow this procedure.

    Procedure
  1. Download the installation package.
    TIB_msg-apd-core_3.0.7-1_linux_x86_64.zip
  2. Change the directory (cd) to the download directory or move the file to a preferred extraction location. Extract the Apache Pulsar archive files.
    unzip TIB_msg-apd-core_3.0.7-1_linux_x86_64.zip
    This command creates a directory TIB_msg-apd-core_3.0.7-1, and places installation RPM, DEB, and tar archives in that directory.
  3. Change the directory (cd) to the installation directory.
    cd TIB_msg-apd-core_3.0.7-1
  4. Install using one of these commands, depending on the Linux platform variant.
    Linux Variant Command
    Red Hat, CentOS
    yum install -q -y rpm/*.rpm > /dev/null 2>&1
    Debian, Ubuntu, Fedora
    dpkg -i deb/*.deb > /dev/null 2>&1
    SUSE
    zypper in -y --allow-unsigned-rpm rpm/*.rpm > /dev/null 2>&1
    The installation utilities yum, dpkg, or zypper install TIBCO Messaging software under /opt/tibco/.