# cppman を Homebrew, apt, MacPorts, Nix でインストール

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

## インストール

```sh
sudo av install brew:cppman
```

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

### macOS

- Homebrew (100%):

```sh
brew install cppman
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install cppman
```

  証拠: MacPorts ports tree: lang/cppman/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Debian apt (92%):

```sh
sudo apt install cppman
```

  証拠: Debian stable package indexes: cppman from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- Nix (92%):

```sh
nix profile install nixpkgs#cppman
```

  証拠: nixpkgs package indexes: pkgs/by-name/cp/cppman/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:cppman
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/cppman>
- **バージョン:** 0.6.3
- **ソース概要:** C++ 98/11/14/17/20 manual pages from cplusplus.com and cppreference.com
- **ホームページ:** <https://github.com/aitjcize/cppman>
- **リポジトリ:** <https://github.com/aitjcize/cppman>
- **ライセンス:** GPL-3.0-or-later
- **ソースアーカイブ:** <https://files.pythonhosted.org/packages/a2/97/b0c1de5b35cc4e66eb32accffd261c22d511aba964a7aed3b210a85851b7/cppman-0.6.3.tar.gz>
- **最終更新:** 2026-08-02T01:55:35+09:00
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- cppman (cli)
- cppman (エイリアス)

## 依存関係

- groff
- python@3.14

## macOS 提供ライブラリ

- libxml2
- libxslt

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 0.6.3
- マネージャ更新日: 2026-08-02
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/aitjcize/cppman
- 情報: No cached GitHub release or tag data was available.
## プロジェクトの歴史と使われ方

cppman provides C++ manual pages for Unix-like systems, sourcing reference material from cplusplus.com and cppreference.com.

### プロジェクトの歴史

The upstream README notes that the project was renamed from manpages-cpp to cppman on September 19, 2012. It presents cppman as a command-line interface for C++ reference pages with a man-like workflow.

### 採用の歴史

Upstream documents installation through PyPI, Arch Linux AUR, Debian and Ubuntu, Homebrew, and MacPorts, showing broad package-manager adoption for a small documentation utility.

### 使われ方

cppman supports cplusplus.com and cppreference.com backends, syntax highlighting, hyperlink navigation in vim pager mode, and an option to expose cached pages to the system man command.

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

cppman appeals to package users because it turns web-first C++ references into local terminal documentation, a familiar Unix packaging pattern for developers who want offline or shell-native lookup.

### タイムライン

- 2012-09-19: manpages-cpp was renamed to cppman.
- Current packaging: Upstream README documents PyPI, AUR, Debian/Ubuntu, Homebrew, and MacPorts installation paths.

### Related projects

- The tool depends on cplusplus.com and cppreference.com as content backends and is conceptually related to the system man command.

### ソース

- <https://github.com/aitjcize/cppman#readme>
- <https://pypi.org/project/cppman/>


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals

## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** cppman
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

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

- Debian apt - cppman - 0.5.7+dfsg-2: normalized package name match | Debian stable package indexes: cppman from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | C++ 98/11 manual pages for Linux, with source from cplusplus.com | https://github.com/aitjcize/cppman/
- Nix - cppman: normalized package name match | nixpkgs package indexes: pkgs/by-name/cp/cppman/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - cppman - 0.5.6+dfsg-1: normalized package name match | Ubuntu 24.04 LTS package indexes: cppman from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | C++ 98/11 manual pages for Linux, with source from cplusplus.com | https://github.com/aitjcize/cppman/
- MacPorts - cppman: normalized package name match | MacPorts ports tree: lang/cppman/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## 関連リンク

- [Source-control packages](https://pkg.so/ja/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/ja/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/ja/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [python@3.14](https://pkg.so/ja/brew/python-3-14/) - Runtime dependency declared by Homebrew.
- [groff](https://pkg.so/ja/brew/groff/) - Runtime dependency declared by Homebrew.
- [doxygen](https://pkg.so/ja/brew/doxygen/) - Shares pkgdb curated category or tags: cli, developer-tools, documentation.
- [docutils](https://pkg.so/ja/brew/docutils/) - Shares pkgdb curated category or tags: cli, developer-tools, documentation.
- [docbook-xsl](https://pkg.so/ja/brew/docbook-xsl/) - Shares pkgdb curated category or tags: cli, developer-tools, documentation.
- [asciidoc](https://pkg.so/ja/brew/asciidoc/) - Shares pkgdb curated category or tags: cli, developer-tools, documentation.
- [asciidoctor](https://pkg.so/ja/brew/asciidoctor/) - Shares pkgdb curated category or tags: cli, developer-tools, documentation.
- [mermaid-cli](https://pkg.so/ja/brew/mermaid-cli/) - Shares pkgdb curated category or tags: cli, developer-tools, documentation.
- [mdbook](https://pkg.so/ja/brew/mdbook/) - Shares pkgdb curated category or tags: cli, developer-tools, documentation.
- [cheat](https://pkg.so/ja/brew/cheat/) - Shares pkgdb curated category or tags: cli, developer-tools, documentation.
- [doc8](https://pkg.so/ja/brew/doc8/) - Both packages touch the same language runtime or ecosystem. Shared terms: cli, developer, developer-tools, documentation, python.
- [eg-examples](https://pkg.so/ja/brew/eg-examples/) - Both packages touch the same language runtime or ecosystem. Shared terms: cli, developer, developer-tools, documentation, python.
- [literate-git](https://pkg.so/ja/brew/literate-git/) - Both packages touch the same language runtime or ecosystem. Shared terms: cli, developer, developer-tools, documentation, python.

## Combined YAML source

View the package source record on GitHub. [combined/cppman.yml](https://github.com/mxcl/pkgdb/blob/main/combined/cppman.yml)


## ソース

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
