Installing on Linux in Silent Mode

To silently install TIBCO FTL software on Linux platforms, complete this task.

Procedure

  1. Download the installation package.
    Download the package for either the community edition or the enterprise edition.
  2. Extract the TIBCO FTL archive file to a temporary directory.
    Edition Command
    Community Edition
    unzip TIB_ftl-ce_5.4.0_linux_x86_64.zip
    Enterprise Edition
    unzip TIB_ftl_5.4.0_linux_x86_64.zip
    The extracted file package_name.bin is the installer.
  3. Run the installer binary silently.
    Edition Command
    Community Edition
    ./tibco-ftl-ce-5.4.0_linux_x86_64.bin silent > /dev/null
    Enterprise Edition
    ./tibco-ftl-5.4.0_linux_x86_64.bin silent > /dev/null
    The installer extracts installation artifacts to a temporary directory, named FTL.install.pid, within the current directory. Those artifacts include RPM, DEB, and TAR files.
  4. Navigate to the temporary directory.
    cd FTL.install.pid
  5. Install using one of these commands, depending on the Linux platform variant.
    Linux Variant Command
    Red Hat, Centos
    sudo yum install -q -y rpm/*.rpm > /dev/null 2>&1
    Debian, Ubuntu, Fedora
    sudo dpkg -i deb/*.deb > /dev/null 2>&1
    SUSE
    sudo zypper install rpm/*.rpm > /dev/null 2>&1