How to Install libqdbm14 in Ubuntu 18.04



Install libqdbm14 by entering the following commands in the terminal:

sudo apt update
sudo apt install libqdbm14

Description:

QDBM Database Libraries without GDBM wrapper[runtime]

QDBM is an embeded database library compatible with GDBM and NDBM. It features hash database and B+ tree database and is developed referring to GDBM for the purpose of the following three points: higher processing speed, smaller size of a database file, and simpler API. This is the runtime package for programs that use the QDBM database library.

Homepage: http://fallabs.com/qdbm/

Version: 1.8.78-6.1ubuntu2

Section: universe/libs