> For the complete documentation index, see [llms.txt](https://docs.blusapphire.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.blusapphire.io/older-releases/customer-self-service-portal/linux-deb-package-installation.md).

# Linux deb 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:**&#x20;

* **GLIBC Version:** Must be **2.9 or greater**

#### How to Check GLIBC Version

Run the following command in your terminal to verify the GLIBC version:

```bash
ldd --version
```

If the output shows a version below 2.9, 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`).

<figure><img src="https://2078222076-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MMRHZBPHlLDUc8519fX%2Fuploads%2FIDjqfrYuyrWzJcAjBJIe%2Fimage.png?alt=media&amp;token=f574edf0-edd3-4972-adf0-6ed2907d83ef" alt=""><figcaption></figcaption></figure>

2\. **Launch a Terminal** and navigate to the directory where the package was downloaded.&#x20;

Example: &#x20;

```bash
cd /path/to/downloads
```

<figure><img src="https://2078222076-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MMRHZBPHlLDUc8519fX%2Fuploads%2FiNBpR2wFptNxCCea88ei%2Fimage.png?alt=media&amp;token=1b386221-bcc2-4d4f-a034-fed58213f6c8" alt=""><figcaption></figcaption></figure>

3. Extract the contents of the downloaded `.zip` file using the `unzip` command:

```bash
unzip *_linux_deb.zip  
```

<figure><img src="https://2078222076-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MMRHZBPHlLDUc8519fX%2Fuploads%2F0BguuJergGMeyY4DUPAb%2Fimage.png?alt=media&amp;token=fb93ecfe-bd31-4434-8278-b5b3289b76ea" alt=""><figcaption></figcaption></figure>

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&#x20;

```bash
chmod +x install.sh
```

<figure><img src="https://2078222076-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MMRHZBPHlLDUc8519fX%2Fuploads%2FTrGoMDqOBSOMCzvzBXOi%2Fimage.png?alt=media&amp;token=a58b1979-67db-4deb-a635-68408a79991c" alt=""><figcaption></figcaption></figure>

Expected Output:

<figure><img src="https://2078222076-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MMRHZBPHlLDUc8519fX%2Fuploads%2FB2r1BEmqoyihT1UkizKt%2Fimage.png?alt=media&amp;token=2b3d00e5-8326-40e9-a9d1-1461e011b6b4" alt=""><figcaption></figcaption></figure>

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

```bash
sudo ./install.sh
```

Expected Output:

<figure><img src="https://2078222076-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MMRHZBPHlLDUc8519fX%2Fuploads%2FcCCJSYu4OFSH6YravmSY%2Fimage.png?alt=media&amp;token=7abce42c-fc87-478e-9289-7687fcd8f9b5" alt=""><figcaption></figcaption></figure>

6. Verify the Installation

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

```bash
sudo systemctl status blulogshipper.service
```

Expected Output:

<figure><img src="https://2078222076-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MMRHZBPHlLDUc8519fX%2Fuploads%2FpqW6g1zuNFJhZTLGVouh%2Fimage.png?alt=media&amp;token=5456e883-08eb-489d-87ec-84c5415ad374" alt=""><figcaption></figcaption></figure>

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

```bash
sudo systemctl start blulogshipper.service
```

####

{% embed url="<https://youtu.be/h9qbEhrZQts>" %}
