Installing on Linux in Silent Mode
To silently install
Apache Kafka on Linux platforms, follow this procedure.
Procedure
-
Download the installation package.
TIB_msg-akd-core_2.7.x_linux_x86_64.zip
-
Cd to the download directory or move the file to a preferred extraction location. Extract the
Apache Kafka archive files.
unzip TIB_msg-akd_2.7.x_linux_x86_64.zip
This command creates a directory,
TIB_msg-akd_2.7.x, and places installation RPM, DEB, and tar archives in that directory.
-
Change directory to the installation directory.
-
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 install rpm/*.rpm > /dev/null 2>&1
|
The installation utilities
yum,
dpkg, or
zypper install TIBCO Messaging software under
/opt/tibco/.
Copyright © 2021. Cloud Software Group, Inc. All Rights Reserved.