Installing on Linux in Silent Mode

To install Apache Cassandra on Linux platforms silently, perform the following steps.

    Procedure
  1. Download the installation package.
    TIB_acd_5.0.2_linux_x86_64.zip
  2. Change the director to the download directory or move the package file to a preferred extraction location and extract the Apache Cassandra archive files.
    unzip TIB_acd_5.0.2_linux_x86_64.zip
    This command creates a directory TIB_acd_5.0.2, and places the installation RPM, DEB, and TAR archive files in that directory.
  3. Change the directory to the installation directory.
    cd TIB_acd_5.0.2
  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 the software under /opt/tibco/.