Linux Package Installation
Installing on Debian-based Linux Systems (e.g., Ubuntu)
Supported Systems
The deployment package supports Debian-based Linux distributions with the following requirements:
System Requirements:
GLIBC Version: Must be 2.28 or greater
How to Check GLIBC Version
Run the following command in your terminal to verify the GLIBC version:
ldd --versionIf the output shows a version below 2.28, you will need to update GLIBC or upgrade your system.
Installation Steps
Follow these steps to install the BluLogShipper package on Debian-based systems:
1. Log in to the portal and download the BluLogShipper Linux package (blulogshipper_debian.zip).

2. Launch a Terminal and navigate to the directory where the package was downloaded.
Example:

Extract the contents of the downloaded
.zipfile using theunzipcommand:

If unzip command is not available, install using the command sudo apt install unzip
4. Navigate to the extracted directory, use chmod +x command to make a file executable

Execute the installation script with superuser privileges to install the package:

Verify the Installation
To ensure the package is installed correctly, verify that the service is running:

If the service is not active, you may start it using:
Last updated