Install bibledit from source

Download package bibledit-x.x.tar.gz (x.x is to be replaced with the actual version number).

Move it to the home directory

In the terminal, to verify the package is there, type

ls

To unpack bibledit type

tar zxf bibledit-x.x.tar.gz

To enter the newly created directory, type

cd bibledit-x.x

To configure bibledit, type

./configure

Watch many messages, but no errors.

To compile bibledit, type

make

Watch many messages, but no errors.

To install it, type

sudo make install

Watch many messages, but no errors.

To go back to the home directory, type

cd