macOS
brew install gdbmlocal Homebrew formula metadata
sudo port install gdbmMacPorts ports tree · databases/gdbm/Portfile · source: api.github.com
brew
GNU database manager. Version 1.26 via Homebrew; verified from local package data.
install
brew install gdbmlocal Homebrew formula metadata
sudo port install gdbmMacPorts ports tree · databases/gdbm/Portfile · source: api.github.com
sudo apk add gdbmAlpine Linux edge package indexes · gdbm · source: dl-cdn.alpinelinux.org
sudo apt install gdbm-l10nDebian stable package indexes · gdbm-l10n · source: deb.debian.org
sudo dnf install gdbmFedora Rawhide package metadata · gdbm · source: dl.fedoraproject.org
nix profile install nixpkgs#gdbmnixpkgs package indexes · pkgs/by-name/gd/gdbm/package.nix · source: api.github.com
sudo pacman -S gdbmArch Linux sync databases · gdbm · source: geo.mirror.pkgbuild.com
sudo zypper install gdbm-developenSUSE Tumbleweed package metadata · gdbm-devel · source: download.opensuse.org
overview
GNU database manager
history
GNU dbm, or GDBM, is the GNU database manager: a library and small utility set for disk-backed hashed key/value databases compatible in spirit with traditional Unix dbm.
The GDBM manual says the software was originally written by Philip A. Nelson. The project page also credits Philip A. Nelson, Jason Downs, and Sergey Poznyakoff.
GDBM was designed as a programmer library rather than a complete end-user database package. It stores unique key/data pairs in a GDBM disk file and provides primitives for storing, fetching, deleting, iterating, reorganizing, dumping, and loading records.
GDBM's adoption comes from its role as a small native library for programs that need simple persistent key/value storage without running a database server.
The package also provides traditional dbm and ndbm interfaces, which keeps old Unix dbm-style applications buildable against a GNU-maintained implementation.
The manual shows C programs including gdbm.h, opening a database with gdbm_open, reading records with gdbm_fetch, and linking with -lgdbm.
The package includes command-line utilities such as gdbmtool, gdbm_dump, and gdbm_load for inspecting, modifying, exporting, and importing GDBM databases.
GDBM is package-nerd significant because it is an old, boring, ABI-sensitive C library that many higher-level packages can quietly depend on for dbm-compatible storage.
It sits in the same mental shelf as Berkeley DB and ndbm: not glamorous, but important when language runtimes or Unix tools need a tiny persistent hash table.
security posture
broad file, network, media, or database tool signal.
blue risk · medium confidence · tool
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
gdbm_dump | cli | global executable | |
gdbm_load | cli | global executable | |
gdbmtool | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://www.gnu.org.ua/software/gdbm/
install metadata
| Package key | brew:gdbm |
|---|---|
| Version | 1.26 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/gdbm |
| Homepage | https://www.gnu.org.ua/software/gdbm/ |
| Repository | https://git.savannah.gnu.org/cgit/gdbm.git |
| Upstream docs | https://www.gnu.org.ua/software/gdbm/manual |
| License | GPL-3.0-or-later |
| Source archive | https://ftpmirror.gnu.org/gnu/gdbm/gdbm-1.26.tar.gz |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sequoia, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | gdbm |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
gdbm-l10n 1.24-2
GNU dbm database routines (translation files)
sudo apt install gdbm-l10ngdbmtool 1.24-2
GNU dbm database routines (command line tools)
sudo apt install gdbmtoollibgdbm-compat-dev 1.24-2
GNU dbm database routines (legacy support development files)
sudo apt install libgdbm-compat-devlibgdbm-compat4t64 1.24-2
GNU dbm database routines (legacy support runtime version)
sudo apt install libgdbm-compat4t64libgdbm-dev 1.24-2
GNU dbm database routines (development files)
sudo apt install libgdbm-devlibgdbm6t64 1.24-2
GNU dbm database routines (runtime version)
sudo apt install libgdbm6t64gdbm
nix profile install nixpkgs#gdbmgdbm-l10n 1.23-5.1build1
GNU dbm database routines (translation files)
sudo apt install gdbm-l10ngdbmtool 1.23-5.1build1
GNU dbm database routines (command line tools)
sudo apt install gdbmtoollibgdbm-compat-dev 1.23-5.1build1
GNU dbm database routines (legacy support development files)
sudo apt install libgdbm-compat-devlibgdbm-compat4t64 1.23-5.1build1
GNU dbm database routines (legacy support runtime version)
sudo apt install libgdbm-compat4t64libgdbm-dev 1.23-5.1build1
GNU dbm database routines (development files)
sudo apt install libgdbm-devlibgdbm6t64 1.23-5.1build1
GNU dbm database routines (runtime version)
sudo apt install libgdbm6t64gdbm 1.26-r0
GNU dbm is a set of database routines that use extensible hashing
https://www.gnu.org/software/gdbm/
sudo apk add gdbmgdbm-dev 1.26-r0
GNU dbm is a set of database routines that use extensible hashing (development files)
https://www.gnu.org/software/gdbm/
sudo apk add gdbm-devgdbm-doc 1.26-r0
GNU dbm is a set of database routines that use extensible hashing (documentation)
https://www.gnu.org/software/gdbm/
sudo apk add gdbm-docsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.