macOS
brew install gdbmlocal Homebrew formula metadata
sudo port install gdbmMacPorts ports tree · databases/gdbm/Portfile · Quelle: api.github.com
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für gdbm in AI-Agent-Workflows.
Installation
brew install gdbmlocal Homebrew formula metadata
sudo port install gdbmMacPorts ports tree · databases/gdbm/Portfile · Quelle: api.github.com
sudo apk add gdbmAlpine Linux edge package indexes · gdbm · Quelle: dl-cdn.alpinelinux.org
sudo dnf install gdbmFedora Rawhide package metadata · gdbm · Quelle: dl.fedoraproject.org
nix profile install nixpkgs#gdbmnixpkgs package indexes · pkgs/by-name/gd/gdbm/package.nix · Quelle: api.github.com
sudo pacman -S gdbmArch Linux sync databases · gdbm · Quelle: geo.mirror.pkgbuild.com
sudo apt install gdbm-l10nDebian stable package indexes · gdbm-l10n · Quelle: deb.debian.org
sudo zypper install gdbm-developenSUSE Tumbleweed package metadata · gdbm-devel · Quelle: download.opensuse.org
Überblick
GNU database manager
Verlauf
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.
Sicherheitslage
broad file, network, media, or database tool signal.
blue Risiko · mittel Konfidenz · tool
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
Executables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
gdbm_dump | cli | globales Executable | |
gdbm_load | cli | globales Executable | |
gdbmtool | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
https://www.gnu.org.ua/software/gdbm/
Installationsmetadaten
| Paketschlüssel | brew:gdbm |
|---|---|
| Version | 1.26 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/gdbm |
| Homepage | https://www.gnu.org.ua/software/gdbm/ |
| Repository | https://git.savannah.gnu.org/cgit/gdbm.git |
| Upstream-Dokumentation | https://www.gnu.org.ua/software/gdbm/manual |
| Lizenz | GPL-3.0-or-later |
| Quellarchiv | https://ftpmirror.gnu.org/gnu/gdbm/gdbm-1.26.tar.gz |
| Bottle | verfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sequoia, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| 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-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
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-docQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.