> 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="https://2679661055-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FPmhgaoDHmsIca9kFz0AP%2Fuploads%2FVUtQ4f2SXrb8RWrKPXfM%2F2023-01-17_15-27.png?alt=media&amp;token=03201639-2f8f-46da-a155-5c0f042764c0" alt=""><figcaption></figcaption></figure>
