Installing on Linux
Use the platform-native installer to install the product on Linux platforms. The package provides a collection of RPM, DEB, and tar packages.
Before you begin
On SUSE Linux, ensure that thelibjvm library is already installed.
- Procedure
- Download the installation package.
TIB_msg-apd-core_3.0.7-1_linux_x86_64.zip - 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.zipThis command creates a directoryTIB_msg-apd-core_3.0.7-1, and places installation RPM, DEB, and tar archives in that directory. - Change the directory (cd) to the installation directory.
cd TIB_msg-apd-core_3.0.7-1 - Install using one of these commands, depending on the Linux platform variant.
Linux Variant Command Red Hat, CentOS yum install -y rpm/*.rpm
Debian, Ubuntu, Fedora dpkg -i deb/*.deb
SUSE zypper install rpm/*.rpm
Note: If you encounter issues with dependencies, you can safely ignore those dependencies and proceed with the installation.Other Linux variants If your Linux variant does not include yum, dpkg, or zypper, you can use tar as follows: a. Create directory
/tmp/msg-apd-installation/
Note: If needed, you can use different directories to have different versions installed simultaneously.b. Copy the tar file into this directory.
c. Cd into this directory and run the following:
for f in *; do tar xvf $f; done
The installation utilities yum, dpkg, or zypper install Apache Pulsar under /opt/tibco/.The archive utility tar installs TIBCO Messaging software under ./opt/tibco/.