Linux installation problems

On Ubuntu 22.04 bibisco 2.3.1 does not start.

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

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.

Ubuntu 19.04 missing two libraries needed by bibisco: libgconf-2-4and 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.

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

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.

Last updated