Automic VaultAutomic Vault

brew

man-db を Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper でインストール

man-db のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install man-db

local Homebrew formula metadata

MacPorts確認済み · 94%
sudo port install man-db

MacPorts ports tree · textproc/man-db/Portfile · ソース: api.github.com

Linux

Alpine Linux apk確認済み · 92%
sudo apk add man-db

Alpine Linux edge package indexes · man-db · ソース: dl-cdn.alpinelinux.org

Debian apt確認済み · 92%
sudo apt install man-db

Debian stable package indexes · man-db · ソース: deb.debian.org

Fedora dnf確認済み · 92%
sudo dnf install man-db

Fedora Rawhide package metadata · man-db · ソース: dl.fedoraproject.org

Nix確認済み · 92%
nix profile install nixpkgs#man-db

nixpkgs package indexes · pkgs/by-name/ma/man-db/package.nix · ソース: api.github.com

Arch Linux pacman確認済み · 92%
sudo pacman -S man-db

Arch Linux sync databases · man-db · ソース: geo.mirror.pkgbuild.com

openSUSE zypper確認済み · 92%
sudo zypper install man

openSUSE Tumbleweed package metadata · man · ソース: download.opensuse.org

概要

パッケージ概要

Unix documentation system

コマンドとエイリアス

  • accessdb
  • catman
  • gaccessdb
  • gapropos
  • gcatman
  • glexgrog
  • gman
  • gman-recode
  • gmandb
  • gmanpath
  • gwhatis
  • lexgrog
  • mandb

履歴

プロジェクトの歴史と使われ方

man-db is an implementation of the standard Unix manual-page system accessed through `man`. Its official homepage describes it as using an indexed database instead of traditional flat-text whatis databases, with utilities such as `man`, `mandb`, `apropos`, and `whatis` around that database.

プロジェクトの歴史

The man-db source tree carries copyright lines going back to John W. Eaton in 1990-1991, Graeme W. Wilford, Fabrizio Polacco, and later Colin Watson. The README identifies Colin Watson as current maintainer and points users to the manual for configuration and formatter details.

man-db's development reflects the long transition from historical Unix man-page lookup toward database-backed indexing. Its configuration and cache model track Filesystem Hierarchy Standard paths such as `/usr/share` for manual pages and `/var/cache/man` for cached cat pages, while preserving compatibility with older FSSTND layouts.

採用の歴史

The official man-db homepage lists use by several GNU/Linux distributions, including Arch Linux, Debian, Dragora, Fedora, Gentoo, openSUSE, and Ubuntu, and notes that it also compiles and runs on a number of proprietary Unix systems.

In package-manager culture, man-db is one of the packages users notice during installs and upgrades because `mandb` updates the manual-page index. It is infrastructure rather than an application: distributions depend on it to make `man`, `apropos`, and `whatis` fast and searchable.

使われ方

`mandb` initializes or manually updates index database caches, and the stored information is used by man-db utilities to improve speed and functionality. `manpath` computes manual search paths using the man-db configuration file and the user's environment.

The upstream documentation points packagers and builders to `./src/man_db.conf` and `man/man5/manpath.5` for configuration details. Installed paths depend on `sysconfdir`, while the upstream `manpath` manual documents `~/.manpath` as the default user configuration for `manpath -C`.

パッケージ好きにとっての重要性

man-db is important to package nerds because it turns scattered manual pages from every installed package into a searchable local index. Its post-install hooks, cache ownership choices, setuid options, compression support, and path mapping influence how documentation behaves across a whole system.

It is also a classic distribution-integration package: the upstream tarball has defaults, but Linux distributions commonly patch paths or integrate it with package triggers, tmpfiles cleanup, and policy around `/usr/share/man` and `/var/cache/man`.

タイムライン

  • 1990: Early man-db copyright lineage begins with John W. Eaton.
  • 2001: README notes FHS manual roots `/usr/share` and `/var/cache/man` as current defaults for manual and cat hierarchies.
  • 2020: GitLab project creation records the modern GitLab project presence.
  • 2022: NEWS notes the Git repository transfer to https://gitlab.com/man-db/man-db.
  • 2025: man-db 2.13.1 was released with formatting, portability, and build fixes.

Related projects

  • man-db is related to traditional Unix `man`, `apropos`, `whatis`, `catman`, and `makewhatis` implementations.
  • It also depends on formatter tools such as groff or compatible nroff/troff implementations, and it is often compared with mandoc on systems that can use either as the manual-page viewer/searcher.

セキュリティ状態

リスクレベル: グリーン

narrow executable package without higher-risk signals.

リスク分類器

リスク グリーン · 信頼度 低 · appliance

理由

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 6 個のプラットフォームターゲットで利用できます。
  • 2 件の実行時依存関係とともにインストールされます。
  • ビルドメタデータには 1 件のビルド依存関係があります。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

local files

Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.

Configuration files

Config paths the tool may read or write during local use.

Unix
${sysconfdir}/man_db.conf~/.manpath

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
accessdbcliグローバル実行可能ファイル
catmancliグローバル実行可能ファイル
gaccessdbcliグローバル実行可能ファイル
gaproposcliグローバル実行可能ファイル
gcatmancliグローバル実行可能ファイル
glexgrogcliグローバル実行可能ファイル
gmancliグローバル実行可能ファイル
gman-recodecliグローバル実行可能ファイル
gmandbcliグローバル実行可能ファイル
gmanpathcliグローバル実行可能ファイル
gwhatiscliグローバル実行可能ファイル
lexgrogcliグローバル実行可能ファイル
mandbcliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-10
マネージャ版2.13.1
マネージャ更新日
ローカルデータOK
上流not checked
検出された最新未検出

https://man-db.gitlab.io/man-db/

  • 情報No package-manager update timestamp was available.信頼度 低
  • 情報Release/tag comparison is only available for GitHub repositories.https://man-db.gitlab.io/man-db/信頼度 none

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:man-db
バージョン2.13.1
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/man-db
ホームページhttps://man-db.gitlab.io/man-db/
リポジトリhttps://gitlab.com/man-db/man-db
上流ドキュメントhttps://gitlab.com/man-db/man-db/-/tree/main/manual
ライセンスGPL-2.0-or-later
ソースアーカイブhttps://download.savannah.gnu.org/releases/man-db/man-db-2.13.1.tar.xz
依存関係groff, libpipeline
ビルド依存関係pkgconf
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし
注意点Commands also provided by macOS have been installed with the prefix "g". If you need to use these commands with their normal names, you can add a "bin" directory to your PATH from your bashrc like: PATH="$HOMEBREW_PREFIX/opt/man-db/libexec/bin:$PATH"

レジストリ情報

ソースデータベース詳細

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

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Debian apt95%

man-db 2.13.1-1

tools for reading manual pages

https://man-db.gitlab.io/man-db/

sudo apt install man-db
  • Section: doc
  • Architecture: amd64
  • 10 依存関係
  • 2 提供
  • 4 任意依存関係
  • normalized package name match
  • 一致条件: Man Db
Debian stable package indexes · deb.debian.org · Debian stable package indexes: man-db from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

man-db

nix profile install nixpkgs#man-db
  • normalized package name match
  • 一致条件: Man Db
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/ma/man-db/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

man-db 2.12.0-4build2

tools for reading manual pages

https://man-db.gitlab.io/man-db/

sudo apt install man-db
  • Section: doc
  • Architecture: amd64
  • 10 依存関係
  • 2 提供
  • 4 任意依存関係
  • normalized package name match
  • 一致条件: Man Db
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: man-db from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
apk95%

man-db 2.13.1-r1

The man command and related utilities for examining on-line help files

https://man-db.gitlab.io/man-db/

sudo apk add man-db
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: man-db
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Man Db
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: man-db from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

man-db-doc 2.13.1-r1

The man command and related utilities for examining on-line help files (documentation)

https://man-db.gitlab.io/man-db/

sudo apk add man-db-doc
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: man-db
  • normalized package name match
  • 一致条件: Man Db
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: man-db-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

man-db-lang 2.13.1-r1

Languages for package man-db

https://man-db.gitlab.io/man-db/

sudo apk add man-db-lang
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: man-db
  • normalized package name match
  • 一致条件: Man Db
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: man-db-lang from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

man-db-systemd 2.13.1-r1

The man command and related utilities for examining on-line help files (systemd files)

https://man-db.gitlab.io/man-db/

sudo apk add man-db-systemd
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: man-db
  • normalized package name match
  • 一致条件: Man Db
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: man-db-systemd from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
dnf95%

man-db 2.13.1-3.fc44

Tools for searching and reading man pages

http://www.nongnu.org/man-db/

sudo dnf install man-db
  • License: GPL-2.0-or-later AND GPL-3.0-or-later
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: man-db
  • 13 依存関係
  • 7 提供
  • normalized package name match
  • 一致条件: Man Db
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: man-db from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

man-db-cron 2.13.1-3.fc44

Periodic update of man-db cache

http://www.nongnu.org/man-db/

sudo dnf install man-db-cron
  • License: GPL-2.0-or-later AND GPL-3.0-or-later
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: man-db
  • 3 依存関係
  • 2 提供
  • normalized package name match
  • 一致条件: Man Db
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: man-db-cron from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

man-db 2.13.1-1

A utility for reading man pages

https://gitlab.com/man-db/man-db

sudo pacman -S man-db
  • License: GPL-2.0-or-later AND GPL-3.0-or-later
  • Architecture: x86_64
  • 8 依存関係
  • 1 提供
  • 1 任意依存関係
  • normalized package name match
  • 一致条件: Man Db
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: man-db from https://geo.mirror.pkgbuild.com/core/os/x86_64/core.db.tar.gz
zypper95%

man 2.13.1-7.1

A Program for Displaying man Pages

https://savannah.nongnu.org/projects/man-db

sudo zypper install man
  • License: GPL-2.0-or-later
  • Category: System/Base
  • Architecture: x86_64
  • Source Package: man
  • 17 依存関係
  • 5 提供
  • normalized package name match
  • 一致条件: Man Db
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: man from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
MacPorts95%

man-db

sudo port install man-db
  • normalized package name match
  • 一致条件: Man Db
MacPorts ports tree · api.github.com · MacPorts ports tree: textproc/man-db/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

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