macOS
brew install gdbmlocal Homebrew formula metadata
sudo port install gdbmMacPorts ports tree · databases/gdbm/Portfile · 来源: api.github.com
安装
brew install gdbmlocal Homebrew formula metadata
sudo port install gdbmMacPorts ports tree · databases/gdbm/Portfile · 来源: api.github.com
sudo apk add gdbmAlpine Linux edge package indexes · gdbm · 来源: dl-cdn.alpinelinux.org
sudo dnf install gdbmFedora Rawhide package metadata · gdbm · 来源: dl.fedoraproject.org
nix profile install nixpkgs#gdbmnixpkgs package indexes · pkgs/by-name/gd/gdbm/package.nix · 来源: api.github.com
sudo pacman -S gdbmArch Linux sync databases · gdbm · 来源: geo.mirror.pkgbuild.com
sudo apt install gdbm-l10nDebian stable package indexes · gdbm-l10n · 来源: deb.debian.org
sudo zypper install gdbm-developenSUSE Tumbleweed package metadata · gdbm-devel · 来源: download.opensuse.org
概览
GNU database manager
历史
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.
安全态势
broad file, network, media, or database tool signal.
blue 风险 · 中 置信度 · tool
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
gdbm_dump | cli | 全局可执行文件 | |
gdbm_load | cli | 全局可执行文件 | |
gdbmtool | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://www.gnu.org.ua/software/gdbm/
安装元数据
| 软件包键 | brew:gdbm |
|---|---|
| 版本 | 1.26 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/gdbm |
| 主页 | https://www.gnu.org.ua/software/gdbm/ |
| 仓库 | https://git.savannah.gnu.org/cgit/gdbm.git |
| 上游文档 | https://www.gnu.org.ua/software/gdbm/manual |
| 许可证 | GPL-3.0-or-later |
| 源码归档 | https://ftpmirror.gnu.org/gnu/gdbm/gdbm-1.26.tar.gz |
| Bottle | 可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sequoia, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
注册表事实
| 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 |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
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-doc来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.