How to Install libntdb1 in Ubuntu 18.04



Install libntdb1 by entering the following commands in the terminal:

sudo apt update
sudo apt install libntdb1

Description:

New Trivial Database - shared library

This is a simple database API. It is modelled after the structure of GDBM. TDB features, unlike GDBM, multiple writers support with appropriate locking and transactions. . ntdb uses a file format that is incompatible with tdb, but the API is similar. It improves performance, adds support for databases larger than 4 Gb, and improves integration with talloc. . This package contains the shared library file.

Homepage: http://tdb.samba.org/

Version: 1.0-9build1

Section: universe/libs