# 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/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-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
- **バージョン:** 3.10.1
- **ソース概要:** Swiss-army knife of markup format conversion
- **ホームページ:** <https://pandoc.org/>
- **リポジトリ:** <https://github.com/jgm/pandoc>
- **最終更新:** 2026-07-23T11:33:25Z
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- pandoc (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 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
## 他のパッケージマネージャ記録

- 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/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-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


## 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
- curated configuration and credential file locations
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
