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

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

## インストール

```sh
sudo av install brew:texinfo
```

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

### macOS

- Homebrew (100%):

```sh
brew install texinfo
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install texinfo
```

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

### Linux

- apk (92%):

```sh
sudo apk add texinfo
```

  証拠: Alpine Linux edge package indexes: texinfo from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install texinfo
```

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

- dnf (92%):

```sh
sudo dnf install texinfo
```

  証拠: Fedora Rawhide package metadata: texinfo from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#texinfo
```

  証拠: nixpkgs package indexes: texinfo from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix

- pacman (92%):

```sh
sudo pacman -S texinfo
```

  証拠: Arch Linux sync databases: texinfo from https://geo.mirror.pkgbuild.com/core/os/x86_64/core.db.tar.gz

- zypper (92%):

```sh
sudo zypper install texinfo
```

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

## パッケージ情報

- **パッケージキー:** brew:texinfo
- **パッケージマネージャ:** Homebrew
- **バージョン:** 7.3
- **ソース概要:** Official documentation format of the GNU project
- **ホームページ:** <https://www.gnu.org/software/texinfo/>
- **最終更新:** 2026-07-29T23:04:27Z
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- info (エイリアス)
- install-info (エイリアス)
- makeinfo (エイリアス)
- pdftexi2dvi (エイリアス)
- pod2texi (エイリアス)
- texi2any (エイリアス)
- texi2dvi (エイリアス)
- texi2pdf (エイリアス)
- texindex (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 7.3
## プロジェクトの歴史と使われ方

GNU Texinfo is the GNU project's documentation system and format, designed so one source document can produce online Info documentation and printable output. In package-manager culture, texinfo is both a documentation format and a practical build dependency: packages use makeinfo, texi2any, install-info, and info to build, install, and read manuals.

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

The GNU Texinfo manual's history section attributes the invention of the Texinfo format, the initial processors, and edition 1.0 of the manual to Richard M. Stallman. Robert J. Chassell substantially revised and extended the manual starting with edition 1.1, Brian Fox maintained the standalone Texinfo distribution through version 3.8 and wrote the standalone makeinfo and info programs, and Karl Berry continued maintenance after Texinfo 3.8.

### 採用の歴史

Texinfo became deeply associated with GNU because it solved a packaging problem GNU projects shared: keeping reference manuals, online Info readers, and printed documentation in one source format. The GNU manual and homepage describe Texinfo as the GNU documentation system, and the package is carried across mainstream Unix-like package managers under names such as texinfo or info.

### 使われ方

The package is used in build systems to convert .texi sources into Info, HTML, DVI, PDF, and related output. Its executables include makeinfo and texi2any for conversion, info for reading Info manuals, install-info for registering manuals, and texi2dvi/texi2pdf-style tools for TeX-backed print output.

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

Texinfo is a classic transitive dependency in source builds: many GNU and GNU-adjacent packages ship manuals in .texi form even when users never open the Info reader. Package maintainers care about whether a build requires makeinfo, whether generated Info files are shipped, and whether install-info hooks are needed after installation.

It also marks a cultural boundary between GNU and BSD documentation stacks. Texinfo and Info emphasize hyperlinked manuals and single-source publishing, while BSD packaging often favors mdoc(7) manpages and mandoc.

### タイムライン

- 1980s: Richard M. Stallman invents the Texinfo format and writes the initial processors and edition 1.0 of the manual.
- Texinfo 3.8 era: Brian Fox maintains the standalone distribution and writes the standalone makeinfo and info programs.
- After Texinfo 3.8: Karl Berry continues Texinfo maintenance.
- Current GNU releases: Texinfo remains the official GNU documentation system and ships texi2any, makeinfo, info, install-info, and related tools.

### Related projects

- GNU Emacs and the GNU Info reader ecosystem are historically linked to Texinfo manuals.
- TeX is used for print-oriented Texinfo output such as DVI and PDF.
- texi2mdoc converts Texinfo sources into BSD mdoc(7) manual markup for mandoc workflows.

### ソース

- <https://ftp.gnu.org/old-gnu/Manuals/texinfo-4.2/html_node/History.html - GNU Texinfo manual history credits Stallman, Chassell, Fox, and Berry.>
- <https://www.gnu.org/software/texinfo - GNU Texinfo project homepage.>
- <https://www.gnu.org/software/texinfo/manual/texinfo/texinfo.html - current GNU Texinfo manual.>


## セキュリティノート

narrow executable package without higher-risk signals.

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

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

- Debian apt - info - 7.1.1-1+b1: normalized package name match | Debian stable package indexes: info from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Standalone GNU Info documentation browser | https://www.gnu.org/software/texinfo/
- Debian apt - install-info - 7.1.1-1+b1: normalized package name match | Debian stable package indexes: install-info from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Manage installed documentation in info format | https://www.gnu.org/software/texinfo/
- Debian apt - texinfo - 7.1.1-1: normalized package name match | Debian stable package indexes: texinfo from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Documentation system for on-line information and printed output | https://www.gnu.org/software/texinfo/
- Debian apt - texinfo-lib - 7.1.1-1+b1: normalized package name match | Debian stable package indexes: texinfo-lib from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Libraries needed by the texinfo package | https://www.gnu.org/software/texinfo/
- Nix - texinfo: normalized package name match | nixpkgs package indexes: texinfo from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
- Ubuntu apt - info - 7.1-3build2: normalized package name match | Ubuntu 24.04 LTS package indexes: info from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz | Standalone GNU Info documentation browser | https://www.gnu.org/software/texinfo/
- Ubuntu apt - install-info - 7.1-3build2: normalized package name match | Ubuntu 24.04 LTS package indexes: install-info from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz | Manage installed documentation in info format | https://www.gnu.org/software/texinfo/
- Ubuntu apt - texinfo - 7.1-3build2: normalized package name match | Ubuntu 24.04 LTS package indexes: texinfo from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Documentation system for on-line information and printed output | https://www.gnu.org/software/texinfo/
- Ubuntu apt - texinfo-lib - 7.1-3build2: normalized package name match | Ubuntu 24.04 LTS package indexes: texinfo-lib from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Libraries needed by the texinfo package | https://www.gnu.org/software/texinfo/
- apk - texinfo - 7.3-r0: normalized package name match | Alpine Linux edge package indexes: texinfo from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Utilities to work with and produce manuals, ASCII text, and on-line documentation from a single source file | https://www.gnu.org/software/texinfo/
- apk - texinfo-doc - 7.3-r0: normalized package name match | Alpine Linux edge package indexes: texinfo-doc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Utilities to work with and produce manuals, ASCII text, and on-line documentation from a single source file (documentation) | https://www.gnu.org/software/texinfo/
- dnf - info - 7.3-3.fc45: normalized package name match | Fedora Rawhide package metadata: info from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | A stand-alone TTY-based reader for GNU texinfo documentation | http://www.gnu.org/software/texinfo/
- dnf - texinfo - 7.3-3.fc45: normalized package name match | Fedora Rawhide package metadata: texinfo from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Tools needed to create Texinfo format documentation files | http://www.gnu.org/software/texinfo/
- dnf - texinfo-tex - 7.3-3.fc45: normalized package name match | Fedora Rawhide package metadata: texinfo-tex from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Tools for formatting Texinfo documentation files using TeX | http://www.gnu.org/software/texinfo/
- pacman - texinfo - 7.3-1: normalized package name match | Arch Linux sync databases: texinfo from https://geo.mirror.pkgbuild.com/core/os/x86_64/core.db.tar.gz | GNU documentation system for on-line information and printed output | https://www.gnu.org/software/texinfo/
- zypper - info - 7.3-1.5: normalized package name match | openSUSE Tumbleweed package metadata: info from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | A Stand-Alone Terminal-Based Info Browser | https://www.gnu.org/software/texinfo/


## Combined YAML source

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


## ソース

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