Automic VaultAutomic Vault

brew

gdbm mit Homebrew, apk, dnf, MacPorts, Nix, pacman, apt, zypper installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für gdbm in AI-Agent-Workflows.

Installation

Weitere Installationsbefehle

macOS

Homebrewverifiziert · 100%
brew install gdbm

local Homebrew formula metadata

MacPortsverifiziert · 94%
sudo port install gdbm

MacPorts ports tree · databases/gdbm/Portfile · Quelle: api.github.com

Linux

Alpine Linux apkverifiziert · 92%
sudo apk add gdbm

Alpine Linux edge package indexes · gdbm · Quelle: dl-cdn.alpinelinux.org

Fedora dnfverifiziert · 92%
sudo dnf install gdbm

Fedora Rawhide package metadata · gdbm · Quelle: dl.fedoraproject.org

Nixverifiziert · 92%
nix profile install nixpkgs#gdbm

nixpkgs package indexes · pkgs/by-name/gd/gdbm/package.nix · Quelle: api.github.com

Arch Linux pacmanverifiziert · 92%
sudo pacman -S gdbm

Arch Linux sync databases · gdbm · Quelle: geo.mirror.pkgbuild.com

Debian aptverifiziert · 92%
sudo apt install gdbm-l10n

Debian stable package indexes · gdbm-l10n · Quelle: deb.debian.org

openSUSE zypperverifiziert · 92%
sudo zypper install gdbm-devel

openSUSE Tumbleweed package metadata · gdbm-devel · Quelle: download.opensuse.org

Überblick

Paketzusammenfassung

GNU database manager

Befehle und Aliase

  • gdbm_dump
  • gdbm_load
  • gdbmtool

Verlauf

Projektgeschichte und Nutzung

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.

Projektgeschichte

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.

Adoptionsgeschichte

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.

Wie es verwendet wird

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.

Warum Paket-Nerds sich dafür interessieren

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.

Zeitleiste

  • Original era: Philip A. Nelson writes the original GNU dbm software.
  • Modern manual: GDBM 1.25 documents the current GNU database manager API and utilities.
  • 2016-2022: The official project page copyright reflects Sergey Poznyakoff's maintained project page era.

Related projects

  • GDBM is related to standard Unix dbm and ndbm interfaces.
  • It is also comparable in package ecosystems to other embedded key/value stores such as Berkeley DB, although the official GDBM docs focus on dbm compatibility rather than positioning against alternatives.

Sicherheitslage

Risikostufe: blue

broad file, network, media, or database tool signal.

Risikoklassifikator

blue Risiko · mittel Konfidenz · tool

Warum

  • broad file, network, media, or database tool signal

Signale

  • text:database

Installationsverhalten

  • In den Formelmetadaten ist kein Homebrew-Post-install-Hook erfasst.
  • Homebrew-Bottle-Metadaten sind für 9 Plattformziele verfügbar.

Empfohlene Prüfung

Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.

Executables

Installierte Executables

BefehlArtSichtbarkeitHinweis
gdbm_dumpcliglobales Executable
gdbm_loadcliglobales Executable
gdbmtoolcliglobales Executable

Aktualität

Version und 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.

Seite generiert2026-07-10
Manager-Version1.26
Manager aktualisiert
lokale DatenOK
Upstreamnot checked
neueste erkannte Versionnicht erkannt

https://www.gnu.org.ua/software/gdbm/

  • InfoNo package-manager update timestamp was available.niedrig Konfidenz
  • InfoRelease/tag comparison is only available for GitHub repositories.https://www.gnu.org.ua/software/gdbm/none Konfidenz

Installationsmetadaten

Paketmetadaten

Paketschlüsselbrew:gdbm
Version1.26
PaketmanagerHomebrew
Paketmanager-Seitehttps://formulae.brew.sh/formula/gdbm
Homepagehttps://www.gnu.org.ua/software/gdbm/
Repositoryhttps://git.savannah.gnu.org/cgit/gdbm.git
Upstream-Dokumentationhttps://www.gnu.org.ua/software/gdbm/manual
LizenzGPL-3.0-or-later
Quellarchivhttps://ftpmirror.gnu.org/gnu/gdbm/gdbm-1.26.tar.gz
Bottleverfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sequoia, sonoma, ventura, x86_64_linux)
Homebrew post-installnicht definiert
Dienstkeiner deklariert

Registry-Fakten

Details aus der Quelldatenbank

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namegdbm
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

Source-Datenbank-Treffer

Andere Paketmanager-Einträge

Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.

Debian apt95%

gdbm-l10n 1.24-2

GNU dbm database routines (translation files)

https://gnu.org/software/gdbm

sudo apt install gdbm-l10n
  • Section: localization
  • Architecture: all
  • Source Package: gdbm
  • normalized package name match
  • Abgeglichen nach: Gdbm
Debian stable package indexes · deb.debian.org · Debian stable package indexes: gdbm-l10n from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

gdbmtool 1.24-2

GNU dbm database routines (command line tools)

https://gnu.org/software/gdbm

sudo apt install gdbmtool
  • Section: utils
  • Architecture: amd64
  • Source Package: gdbm
  • 3 Abhängigkeiten
  • 1 optionale Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Gdbm
Debian stable package indexes · deb.debian.org · Debian stable package indexes: gdbmtool from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libgdbm-compat-dev 1.24-2

GNU dbm database routines (legacy support development files)

https://gnu.org/software/gdbm

sudo apt install libgdbm-compat-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: gdbm
  • 4 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Gdbm
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libgdbm-compat-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libgdbm-compat4t64 1.24-2

GNU dbm database routines (legacy support runtime version)

https://gnu.org/software/gdbm

sudo apt install libgdbm-compat4t64
  • Section: libs
  • Architecture: amd64
  • Source Package: gdbm
  • 2 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Gdbm
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libgdbm-compat4t64 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libgdbm-dev 1.24-2

GNU dbm database routines (development files)

https://gnu.org/software/gdbm

sudo apt install libgdbm-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: gdbm
  • 3 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Gdbm
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libgdbm-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libgdbm6t64 1.24-2

GNU dbm database routines (runtime version)

https://gnu.org/software/gdbm

sudo apt install libgdbm6t64
  • Section: libs
  • Architecture: amd64
  • Source Package: gdbm
  • 1 Abhängigkeiten
  • 1 stellt bereit
  • 1 optionale Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Gdbm
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libgdbm6t64 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

gdbm

nix profile install nixpkgs#gdbm
  • normalized package name match
  • Abgeglichen nach: Gdbm
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/gd/gdbm/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

gdbm-l10n 1.23-5.1build1

GNU dbm database routines (translation files)

https://gnu.org/software/gdbm

sudo apt install gdbm-l10n
  • Section: universe/libs
  • Architecture: all
  • Source Package: gdbm
  • normalized package name match
  • Abgeglichen nach: Gdbm
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: gdbm-l10n from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

gdbmtool 1.23-5.1build1

GNU dbm database routines (command line tools)

https://gnu.org/software/gdbm

sudo apt install gdbmtool
  • Section: universe/utils
  • Architecture: amd64
  • Source Package: gdbm
  • 3 Abhängigkeiten
  • 1 optionale Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Gdbm
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: gdbmtool from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libgdbm-compat-dev 1.23-5.1build1

GNU dbm database routines (legacy support development files)

https://gnu.org/software/gdbm

sudo apt install libgdbm-compat-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: gdbm
  • 4 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Gdbm
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libgdbm-compat-dev from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
Ubuntu apt95%

libgdbm-compat4t64 1.23-5.1build1

GNU dbm database routines (legacy support runtime version)

https://gnu.org/software/gdbm

sudo apt install libgdbm-compat4t64
  • Section: libs
  • Architecture: amd64
  • Source Package: gdbm
  • 2 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Gdbm
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libgdbm-compat4t64 from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
Ubuntu apt95%

libgdbm-dev 1.23-5.1build1

GNU dbm database routines (development files)

https://gnu.org/software/gdbm

sudo apt install libgdbm-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: gdbm
  • 3 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Gdbm
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libgdbm-dev from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
Ubuntu apt95%

libgdbm6t64 1.23-5.1build1

GNU dbm database routines (runtime version)

https://gnu.org/software/gdbm

sudo apt install libgdbm6t64
  • Section: libs
  • Architecture: amd64
  • Source Package: gdbm
  • 1 Abhängigkeiten
  • 1 stellt bereit
  • 1 optionale Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Gdbm
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libgdbm6t64 from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
apk95%

gdbm 1.26-r0

GNU dbm is a set of database routines that use extensible hashing

https://www.gnu.org/software/gdbm/

sudo apk add gdbm
  • License: GPL-3.0-or-later
  • Architecture: x86_64
  • Source Package: gdbm
  • 1 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Gdbm
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: gdbm from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

gdbm-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-dev
  • License: GPL-3.0-or-later
  • Architecture: x86_64
  • Source Package: gdbm
  • 1 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Gdbm
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: gdbm-dev from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

gdbm-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-doc
  • License: GPL-3.0-or-later
  • Architecture: x86_64
  • Source Package: gdbm
  • normalized package name match
  • Abgeglichen nach: Gdbm
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: gdbm-doc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz

Quellspur

Aus Repository-Daten generiert

Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.

Verwendete Quellen

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment