libgdbm6 (1.23-1)
Published 2024-10-02 13:30:17 +00:00 by Kabooshki
Installation
sudo curl -o /etc/apt/keyrings/gitea-Archive-Team.asc
echo "deb [signed-by=/etc/apt/keyrings/gitea-Archive-Team.asc] $distribution $component" | sudo tee -a /etc/apt/sources.list.d/gitea.list
sudo apt update
Choose $distribution and $component from the list below.
sudo apt install libgdbm6=1.23-1
Repository Info
Distributions |
bullseye |
Components |
main |
Architectures |
amd64 |
About this package
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).
Dependencies
libc6 (>= 2.33) |