# pandoc を Homebrew, chocolatey, apt, MacPorts, Nix, dnf, pacman, scoop, winget, zypper でインストール

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

## インストール

```sh
sudo av install brew:pandoc
```

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

### macOS

- Homebrew (100%):

```sh
brew install pandoc
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install pandoc
```

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

### Linux

- Debian apt (92%):

```sh
sudo apt install pandoc
```

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

- Nix (92%):

```sh
nix profile install nixpkgs#pandoc
```

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

- dnf (92%):

```sh
sudo dnf install pandoc-cli
```

  証拠: Fedora Rawhide package metadata: pandoc-cli from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst

- pacman (92%):

```sh
sudo pacman -S pandoc-cli
```

  証拠: Arch Linux sync databases: pandoc-cli from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install pandoc-cli
```

  証拠: openSUSE Tumbleweed package metadata: pandoc-cli from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

### Windows

- Chocolatey (92%):

```sh
choco install pandoc
```

  証拠: Chocolatey community package catalog: pandoc from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','p4'

- Scoop (92%):

```sh
scoop install main/pandoc
```

  証拠: Scoop official bucket manifest trees: bucket/pandoc.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

- winget (92%):

```sh
winget install --id JohnMacFarlane.Pandoc -e
```

  証拠: Windows Package Manager source index: JohnMacFarlane.Pandoc from https://cdn.winget.microsoft.com/cache/source.msix

## パッケージ情報

- **パッケージキー:** brew:pandoc
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/pandoc>
- **バージョン:** 3.10.1
- **ソース概要:** Swiss-army knife of markup format conversion
- **ホームページ:** <https://pandoc.org/>
- **リポジトリ:** <https://github.com/jgm/pandoc>
- **上流ドキュメント:** <https://pandoc.org/>
- **ライセンス:** GPL-2.0-or-later
- **ソースアーカイブ:** <https://github.com/jgm/pandoc/archive/refs/tags/3.10.1.tar.gz>
- **最終更新:** 2026-07-23T11:33:25Z
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

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

## 依存関係

- gmp

## ビルド依存関係

- cabal-install
- ghc

## macOS 提供ライブラリ

- libffi

## インストール挙動

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

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 3.10.1
- マネージャ更新日: 2026-07-23
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/jgm/pandoc
- 検出された最新: 3.10.1 (最新)

## セキュリティノート

narrow executable package without higher-risk signals.

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


## 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

- Unix: defaults files in the current working directory, $XDG_DATA_HOME/pandoc/defaults/*.yaml, ~/.local/share/pandoc/defaults/*.yaml, ~/.pandoc/defaults/*.yaml
- Windows: defaults files in the current working directory, %APPDATA%\pandoc\defaults\*.yaml
## ソースデータベース詳細

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

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

- Debian apt - pandoc - 3.1.11.1+ds-2: normalized package name match | Debian stable package indexes: pandoc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | general markup converter | https://pandoc.org/
- Nix - pandoc: normalized package name match | nixpkgs package indexes: pkgs/by-name/pa/pandoc/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - pandoc - 3.1.3+ds-2: normalized package name match | Ubuntu 24.04 LTS package indexes: pandoc from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | general markup converter | https://pandoc.org/
- dnf - pandoc-cli - 3.7.0.2-41.fc45: normalized package name match | Fedora Rawhide package metadata: pandoc-cli from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Markup conversion between documentation formats | https://hackage.haskell.org/package/pandoc-cli
- pacman - pandoc-cli - 3.6.1-19: normalized package name match | Arch Linux sync databases: pandoc-cli from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Conversion between documentation formats | https://pandoc.org
- zypper - pandoc-cli - 3.10-1.3: normalized package name match | openSUSE Tumbleweed package metadata: pandoc-cli from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Conversion between documentation formats | https://hackage.haskell.org/package/pandoc-cli
- MacPorts - pandoc: normalized package name match | MacPorts ports tree: textproc/pandoc/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Chocolatey - pandoc: normalized package name match | Chocolatey community package catalog: pandoc from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','p4'
- Scoop - main/pandoc: normalized package name match | Scoop official bucket manifest trees: bucket/pandoc.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
- winget - JohnMacFarlane.Pandoc: normalized package name match | Windows Package Manager source index: JohnMacFarlane.Pandoc from https://cdn.winget.microsoft.com/cache/source.msix


## 関連リンク

- [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.
- [Networking and protocol packages](https://pkg.so/ja/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [cabal-install](https://pkg.so/ja/brew/cabal-install/) - Build dependency declared by Homebrew.
- [ghc](https://pkg.so/ja/brew/ghc/) - Build dependency declared by Homebrew.
- [jupyterlab](https://pkg.so/ja/brew/jupyterlab/) - Popular package that depends on this formula.
- [pandoc-crossref](https://pkg.so/ja/brew/pandoc-crossref/) - Popular package that depends on this formula.
- [nb](https://pkg.so/ja/brew/nb/) - Popular package that depends on this formula.
- [pandoc-plot](https://pkg.so/ja/brew/pandoc-plot/) - Popular package that depends on this formula.
- [pandocomatic](https://pkg.so/ja/brew/pandocomatic/) - Popular package that depends on this formula.
- [pandemics](https://pkg.so/ja/brew/pandemics/) - Popular package that depends on this formula.
- [markdown](https://pkg.so/ja/brew/markdown/) - Shares pkgdb curated category or tags: cli, developer-tools, html, markdown, markup.
- [discount](https://pkg.so/ja/brew/discount/) - Shares pkgdb curated category or tags: cli, developer-tools, html, markdown, markup.
- [tth](https://pkg.so/ja/brew/tth/) - Shares pkgdb curated category or tags: cli, developer-tools, document-conversion, html, latex.
- [lowdown](https://pkg.so/ja/brew/lowdown/) - Shares pkgdb curated category or tags: cli, developer-tools, document-conversion, html, latex.
- [python-markdown](https://pkg.so/ja/brew/python-markdown/) - Shares pkgdb curated category or tags: cli, developer-tools, markdown, markup.
- [md4c](https://pkg.so/ja/brew/md4c/) - Shares pkgdb curated category or tags: cli, developer-tools, markdown, markup.
- [marked](https://pkg.so/ja/brew/marked/) - Shares pkgdb curated category or tags: cli, developer-tools, markdown, markup.

## Combined YAML source

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


## ソース

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