JavaScript must be enabled in order to use this site.
Please enable JavaScript in your browser and refresh the page.
Installing on Linux in Silent Mode
To silently install TIBCO FTL software on Linux platforms, complete this task.
Procedure
Download the installation package.
Download the package for
either the community edition or the enterprise edition.
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.
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.
Navigate to the temporary directory.
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
Copyright © Cloud Software Group, Inc. All rights reserved.