Automic VaultAutomic Vault

brew

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

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install help2man

local Homebrew formula metadata

MacPorts確認済み · 94%
sudo port install help2man

MacPorts ports tree · textproc/help2man/Portfile · ソース: api.github.com

Linux

Alpine Linux apk確認済み · 92%
sudo apk add help2man

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

Debian apt確認済み · 92%
sudo apt install help2man

Debian stable package indexes · help2man · ソース: deb.debian.org

Fedora dnf確認済み · 92%
sudo dnf install help2man

Fedora Rawhide package metadata · help2man · ソース: dl.fedoraproject.org

Nix確認済み · 92%
nix profile install nixpkgs#help2man

nixpkgs package indexes · pkgs/by-name/he/help2man/package.nix · ソース: api.github.com

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

Arch Linux sync databases · help2man · ソース: geo.mirror.pkgbuild.com

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

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

概要

パッケージ概要

Automatically generate simple man pages

コマンドとエイリアス

  • help2man

履歴

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

GNU help2man generates simple manual pages from a program's `--help` and `--version` output. It exists for the Unix packaging gap where a program has useful command-line help or Texinfo documentation, but distributors and users still expect a traditional section-1 man page.

プロジェクトの歴史

help2man was written by Brendan O'Dea. The 1.021 README from April 2000 describes the tool as a script for creating simple man pages from help and version output, and the 1.022 NEWS entry in July 2000 says help2man became an official GNU program.

The GNU README explains the historical reason for the tool: much GNU documentation lived in Info format, while man pages remained expected in Unix environments. help2man provided a way to generate placeholder or useful man pages from the executable itself rather than maintaining a separate roff document by hand.

Over time the project added options for source/manual headers, localized manual pages, gettext support, Translation Project integration, GPLv3 licensing, reproducible-build date handling through `SOURCE_DATE_EPOCH`, and support for modern version-string patterns.

採用の歴史

help2man became common in GNU and distro build systems because it solved a mundane packaging requirement with little maintenance burden. It is packaged across Homebrew, Debian, Fedora, Arch, Alpine, MacPorts, Nix, and other systems, which matches its role as a build-time documentation utility rather than an end-user application.

Its adoption is strongly tied to Autotools-era release culture: generated tarballs often include man pages, while maintainers can derive them from command output during release preparation or packaging.

使われ方

The core command is `help2man [OPTION]... EXECUTABLE`; help2man runs the target program's help and version options, parses the output, and emits a manual page. Options customize the NAME paragraph, section, source, manual title, include snippets, locale, and the exact help/version flags.

The tool works best for commands whose `--help` output follows GNU-style conventions. For richer pages, maintainers add include files or post-process generated sections rather than writing the whole man page manually.

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

help2man is a classic package-maintainer tool: it turns CLI self-description into a distro-friendly artifact. That makes it important in build recipes, release scripts, and reproducible packaging, even though users rarely invoke it directly after installation.

It also reflects a GNU documentation compromise. Texinfo may be the canonical manual format for many GNU tools, but package managers, lint tools, and Unix users still reward having a man page installed in the expected location.

タイムライン

  • 2000: help2man 1.021 appeared on GNU FTP, and 1.022 became an official GNU program.
  • 2001: Options were added for source/manual headers and nonstandard help/version flags.
  • 2003: Localized manual-page support was added.
  • 2009: The project updated to GPLv3 and expanded translation support.
  • 2015: `SOURCE_DATE_EPOCH` support was added for reproducible generated pages.
  • 2022: Version 1.49 documented continued maintenance of parsing, translation, and encoding behavior.

Related projects

  • GNU Texinfo is the documentation ecosystem help2man complements.
  • Autoconf, Automake, and other GNU build tools commonly coexist with help2man in release toolchains.
  • Downstream package managers use help2man as a build-time dependency when upstream projects generate man pages.

セキュリティ状態

リスクレベル: グリーン

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 個のプラットフォームターゲットで利用できます。
  • 1 件の実行時依存関係とともにインストールされます。

推奨レビュー

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

実行可能ファイル

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

コマンド種類公開範囲メモ
help2mancliグローバル実行可能ファイル

鮮度

バージョンと鮮度

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

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

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

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:help2man
バージョン1.49.3
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/help2man
ホームページhttps://www.gnu.org/software/help2man/
リポジトリhttps://salsa.debian.org/bod/help2man
上流ドキュメントhttps://www.gnu.org/software/help2man
ライセンスGPL-3.0-or-later
ソースアーカイブhttps://ftpmirror.gnu.org/gnu/help2man/help2man-1.49.3.tar.xz
最終更新2026-06-22T14:03:42-07:00
Pulseupdated
依存関係gettext
macOS 提供ライブラリperl
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

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

ソースデータベース一致

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

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

Debian apt95%

help2man 1.49.3

Automatic manpage generator

sudo apt install help2man
  • Section: devel
  • Architecture: amd64
  • 3 依存関係
  • normalized package name match
  • 一致条件: Help2man
Debian stable package indexes · deb.debian.org · Debian stable package indexes: help2man from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

help2man

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

help2man 1.49.3

Automatic manpage generator

sudo apt install help2man
  • Section: universe/devel
  • Architecture: amd64
  • 3 依存関係
  • normalized package name match
  • 一致条件: Help2man
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: help2man from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

help2man 1.49.3-r2

Create simple man pages from --help output

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

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

help2man-doc 1.49.3-r2

Create simple man pages from --help output (documentation)

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

sudo apk add help2man-doc
  • License: GPL-3.0-or-later
  • Architecture: x86_64
  • Source Package: help2man
  • normalized package name match
  • 一致条件: Help2man
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: help2man-doc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
dnf95%

help2man 1.49.3-9.fc44

Create simple man pages from --help output

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

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

help2man 1.49.3-2

Conversion tool to create man files

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

sudo pacman -S help2man
  • License: GPL
  • Architecture: x86_64
  • 1 依存関係
  • normalized package name match
  • 一致条件: Help2man
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: help2man from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

help2man 1.49.3-1.13

Script for generating man pages from --help output

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

sudo zypper install help2man
  • License: GPL-3.0-or-later
  • Category: Development/Tools/Doc Generators
  • Architecture: x86_64
  • Source Package: help2man
  • 3 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Help2man
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: help2man from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

help2man-lang 1.49.3-1.13

Translations for package help2man

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

sudo zypper install help2man-lang
  • License: GPL-3.0-or-later
  • Category: System/Localization
  • Architecture: noarch
  • Source Package: help2man
  • 1 依存関係
  • 3 提供
  • normalized package name match
  • 一致条件: Help2man
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: help2man-lang from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
MacPorts95%

help2man

sudo port install help2man
  • normalized package name match
  • 一致条件: Help2man
MacPorts ports tree · api.github.com · MacPorts ports tree: textproc/help2man/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 package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment