libs
libgdbm3
v1.8.3-9+maemo12+0m6 · armel · 46 KB · Nokia core
Install
Once the mirror is added, run this on your device:
apt-get install libgdbm3
Run with devel-su if
you aren't already root.
Mirror not configured yet?
Description
GNU dbm database routines (runtime version)
GNU dbm ('gdbm') is a library of database functions that use extendible
hashing and works similarly to the standard UNIX 'dbm' functions.
The basic use of 'gdbm' is to store key/data pairs in a data file, thus
providing a persistent version of the 'dictionary' Abstract Data Type
('hash' to perl programmers).