# Linux installation problems

## On Ubuntu 22.04 bibisco 2.3.1 does not start.&#x20;

After downloading I extracted the files and tried to start the Bibisco executable: but nothing happens.&#x20;

You have to launch bibisco from the terminal with `--no-sandbox` option.

This problem is fixed with version 2.4.0.

## On Ubuntu 19.04 bibisco does not start.&#x20;

Ubuntu 19.04 missing two libraries needed by bibisco: `libgconf-2-4`and `libgtk2.0-0`.

So, to run bibisco on Linux 19.04 you have to install these libraries; from the terminal, you have to launch these commands:

```
sudo apt -y install libgconf-2-4
```

```
sudo apt -y install libgtk2.0-0
```

## On Ubuntu 18.04 bibisco does not start.&#x20;

After downloading I extracted the files and tried to start the Bibisco executable: nothing happens.&#x20;

Ubuntu 18.04 LTS missing a library needed by bibisco: `libgconf2-4`.

So, to run bibisco on Linux 18.04 LTS you have to install this library; from the terminal, you have to launch this command:

```
sudo apt -y install libgconf2-4
```

After downloading I extracted the files and tried to start the Bibisco executable: nothing happens.&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.bibisco.com/how-to-install-bibisco/linux-installation-problems.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
