BiblioteQ is a free and open source archiving, cataloging and library management application for Linux, Windows, MacOS and Android. Using this application you can catalog books, dvds, grey literature, journals, magazines, music cds, photograph and video games. It is released under a BSD license. It comes with bar scanners support, drag and drop support, export to CSV,cover image fetch via Amazon and Open Library, PostgreSQL and SQLite support and more.
How to Install BiblioteQ on Ubuntu Linux
Download the latest version of BiblioteQ in native .deb package file from the above download link and save it on your Downloads folder. Now open the terminal application using ctrl+alt+t keys and run below command command to install it.
sudo apt install ./Downloads/BiblioteQ*.deb
[OR]
sudo apt install ./Downloads/BiblioteQ-2022.11.25_amd64.deb
Here “BiblioteQ-2022.11.25_amd64.deb” is the downloaded file name and Downloads is the file path. You can change above command based on your file name. That’s it.