> For the complete documentation index, see [llms.txt](https://docs.bqckup.com/bqckup-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bqckup.com/bqckup-documentation/getting-started/installation.md).

# Installation

## Install Requirements

Before using Backup, it is necessary to install the required packages. Backup only requires `sqlite3` to function. Here are the installation instructions for Linux Debian and CentOS systems:

{% tabs %}
{% tab title="Debian" %}

```bash
sudo apt-get install sqlite3
```

{% endtab %}

{% tab title="CentOS" %}

```bash
sudo yum install sqlite3
```

{% endtab %}
{% endtabs %}

## Installation

Debian / CentOS is using the same script.

```bash
curl https://raw.githubusercontent.com/bqckup/bqckup/1x/install.sh | bash
```

then you can check it by running this command:

```bash
bqckup get-information
```

the output should be similar to the following picture

<figure><img src="/files/bgPZ1oNmkpXkVswsQ46P" alt=""><figcaption></figcaption></figure>
