Download package bibledit-gtk-x.x.tar.gz (x.x refers to the 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-gtk-x.x.tar.gz To enter the newly created directory, type cd bibledit-gtk-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 |