# 使用 Homebrew, Nix 安装 texi2mdoc

查看 texi2mdoc 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:texi2mdoc
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install texi2mdoc
```

  证据: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#texi2mdoc
```

  证据: nixpkgs package indexes: pkgs/by-name/te/texi2mdoc/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## 软件包事实

- **软件包键:** brew:texi2mdoc
- **软件包管理器:** Homebrew
- **版本:** 0.1.2
- **来源摘要:** Convert Texinfo data to mdoc input
- **主页:** <https://mandoc.bsd.lv/texi2mdoc/>
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- texi2mdoc (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 0.1.2
## 项目历史与用法

texi2mdoc is a small mandoc-family command-line converter for turning GNU Texinfo source into mdoc(7), the BSD manual-page macro language. Its history is closely tied to mandoc's effort to reduce dependence on groff-era documentation tooling in Unix package ecosystems.

### 项目历史

The mandoc development history records work on texi2mdoc beginning on 2015-02-16, credited to Kristaps Dzonsons, as a converter from texinfo(5) to mdoc(7). The mandoc homepage later listed texi2mdoc alongside pod2mdoc and docbook2mdoc as companion utilities for translating non-mdoc documentation formats into native BSD manual markup.

### 采用历史

texi2mdoc has remained a niche tool rather than a broad application platform. Its adoption is most visible in source-based packaging and documentation maintenance contexts where maintainers prefer checked-in mdoc manuals over generated Info files or heavier documentation build chains.

### 使用方式

Package maintainers use texi2mdoc when upstream documentation is written in Texinfo but the target distribution wants mdoc(7) manual pages that can be rendered and checked by mandoc. It sits in the same workflow family as pod2mdoc and docbook2mdoc: conversion first, then manual review and packaging.

### 为什么软件包爱好者会关心

For package nerds, texi2mdoc matters because it bridges GNU-style Texinfo documentation and BSD-style manual-page culture. It is small, single-purpose, and useful when a port wants native manpages without carrying a large Texinfo runtime path.

### 时间线

- 2015: mandoc development history records the start of texi2mdoc work as a texinfo(5) to mdoc(7) converter.
- 2015 onward: texi2mdoc is distributed as a mandoc companion utility for documentation conversion.

### Related projects

- mandoc provides the mdoc/man compiler and documentation-tooling context for texi2mdoc.
- GNU Texinfo is the source documentation format texi2mdoc converts from.
- pod2mdoc and docbook2mdoc are sibling conversion utilities in the mandoc ecosystem.

### 来源

- <https://mandoc.bsd.lv/ - lists texi2mdoc as a utility to convert GNU Texinfo documents to mdoc(7).>
- <https://mandoc.bsd.lv/devhistory.html - records 2015-02-16 start of texi2mdoc work as a texinfo(5) to mdoc(7) converter.>


## 安全说明

narrow executable package without higher-risk signals.

- **Geiger 风险:** 绿色 / 低
- narrow executable package without higher-risk signals

## 其他软件包管理器记录

- Nix - texi2mdoc: normalized package name match | nixpkgs package indexes: pkgs/by-name/te/texi2mdoc/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/texi2mdoc.yml](https://github.com/mxcl/pkgdb/blob/main/combined/texi2mdoc.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
