# txt2man mit Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für txt2man in AI-Agent-Workflows.

## Installation

```sh
sudo av install brew:txt2man
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install txt2man
```

  Evidenz: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install txt2man
```

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

### Linux

- apk (92%):

```sh
sudo apk add txt2man
```

  Evidenz: Alpine Linux edge package indexes: txt2man from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install txt2man
```

  Evidenz: Debian stable package indexes: txt2man from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install txt2man
```

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

- Nix (92%):

```sh
nix profile install nixpkgs#txt2man
```

  Evidenz: nixpkgs package indexes: pkgs/by-name/tx/txt2man/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S txt2man
```

  Evidenz: Arch Linux sync databases: txt2man from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install txt2man
```

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

## Paketfakten

- **Paketschlüssel:** brew:txt2man
- **Paketmanager:** Homebrew
- **Paketmanager-Seite:** <https://formulae.brew.sh/formula/txt2man>
- **Version:** 1.7.1
- **Quellzusammenfassung:** Converts flat ASCII text to man page format
- **Homepage:** <https://github.com/mvertes/txt2man/>
- **Repository:** <https://github.com/mvertes/txt2man>
- **Upstream-Dokumentation:** <https://github.com/mvertes/txt2man/>
- **Lizenz:** GPL-2.0-or-later
- **Quellarchiv:** <https://github.com/mvertes/txt2man/archive/refs/tags/txt2man-1.7.1.tar.gz>
- **Zuletzt aktualisiert:** 2026-06-14T15:13:53+02:00
- **Generiert:** 2026-08-04T22:13:35+00:00

## Executables

- bookman (cli)
- src2man (cli)
- txt2man (cli)
- bookman (Alias)
- src2man (Alias)
- txt2man (Alias)

## Abhängigkeiten

- gawk

## Installationsverhalten

- Post-install-Hook: nicht definiert
- Bottle: verfügbar auf all

## Version und Aktualität

- Seite generiert: 2026-08-04
- Manager-Version: 1.7.1
- Manager aktualisiert: 2026-06-14
- lokale Daten: OK
- Upstream-Repository: https://github.com/mvertes/txt2man
- neueste erkannte Version: txt2man-1.7.1 (aktuell)
## Projektgeschichte und Nutzung

txt2man is a shell and GNU awk tool that converts readable flat ASCII text into standard Unix man-page macros.

### Projektgeschichte

The script copyright dates txt2man to 2001-2003, and its changelog starts with the 1.4.6 release in December 2002. It was designed to let authors keep documentation readable as plain text while still generating standard nroff/troff man pages.

The project expanded from the core `txt2man` converter into companion tools. The 2006 changelog records `bookman` for generating books from man pages and `src2man` for extracting man pages from source files, turning the project into a small Unix documentation toolkit.

### Adoptionsgeschichte

txt2man has unusually broad package-manager coverage for a small script: the supplied package facts list Alpine, Homebrew, Debian, Fedora, MacPorts, Nix, Arch, Ubuntu, and openSUSE packaging. That reflects the utility of a dependency-light documentation generator in distro build scripts and upstream release processes.

The later changelog entries are mostly portability and reproducibility work: BSD/GNU date compatibility, gawk warning fixes, SOURCE_DATE_EPOCH support, and reproducible-build changes. Those are package-maintainer concerns, which helps explain why txt2man stayed relevant after its initial early-2000s release era.

### Wie es verwendet wird

Users write a text file with recognizable sections, paragraphs, lists, cross references, and literal blocks, then pipe or pass it to `txt2man` to produce man(7) macro output. It can also preview formatted output through groff and a pager.

### Warum Paket-Nerds sich dafür interessieren

txt2man matters because it keeps the source of a manual page readable without hand-writing roff. For packagers, it is small, inspectable, friendly to reproducible builds, and suitable for projects that want man pages without adopting a larger documentation stack.

### Zeitleiste

- 2001: txt2man script copyright begins.
- 2002: Changelog starts at txt2man 1.4.6.
- 2006: Changelog records `bookman` and `src2man` additions.
- 2016: GitHub release metadata records txt2man 1.6.0.
- 2020: GitHub release metadata records txt2man 1.7.1.

### Related projects

- bookman: companion command for compiling man pages into a book.
- src2man: companion command for extracting man pages from source files.
- groff and mandoc: output/formatting ecosystem referenced by the script help.

### Quellen

- <https://api.github.com/repos/mvertes/txt2man/releases?per_page=20>
- <https://github.com/mvertes/txt2man>
- <https://raw.githubusercontent.com/mvertes/txt2man/master/Changelog>
- <https://raw.githubusercontent.com/mvertes/txt2man/master/README>
- <https://raw.githubusercontent.com/mvertes/txt2man/master/txt2man>
- source_facts.package-manager


## Sicherheitshinweise

narrow executable package without higher-risk signals.

- **Geiger-Risiko:** grün / niedrig
- narrow executable package without higher-risk signals

## Details aus der Quelldatenbank

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** txt2man
- **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

## Andere Paketmanager-Einträge

- Debian apt - txt2man - 1.7.1-5: normalized package name match | Debian stable package indexes: txt2man from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | convert flat ASCII text to manpage format | https://github.com/mvertes/txt2man
- Nix - txt2man: normalized package name match | nixpkgs package indexes: pkgs/by-name/tx/txt2man/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - txt2man - 1.7.1-4: normalized package name match | Ubuntu 24.04 LTS package indexes: txt2man from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | convert flat ASCII text to manpage format | https://github.com/mvertes/txt2man
- apk - txt2man - 1.7.1-r1: normalized package name match | Alpine Linux edge package indexes: txt2man from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Convert flat ASCII text to man page format | https://github.com/mvertes/txt2man
- apk - txt2man-doc - 1.7.1-r1: normalized package name match | Alpine Linux edge package indexes: txt2man-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Convert flat ASCII text to man page format (documentation) | https://github.com/mvertes/txt2man
- dnf - txt2man - 1.7.1-12.fc45: normalized package name match | Fedora Rawhide package metadata: txt2man from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Convert flat ASCII text to man page format | https://github.com/mvertes/txt2man
- pacman - txt2man - 1.7.1-4: normalized package name match | Arch Linux sync databases: txt2man from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Converts flat ASCII text to man page format | https://github.com/mvertes/txt2man
- zypper - txt2man - 1.7.1-1.15: normalized package name match | openSUSE Tumbleweed package metadata: txt2man from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Convert Flat ASCII Text to man Page Format | https://github.com/mvertes/txt2man
- MacPorts - txt2man: normalized package name match | MacPorts ports tree: textproc/txt2man/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Verwandte Links

- [Source-control packages](https://pkg.so/de/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/de/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/de/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/de/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [gawk](https://pkg.so/de/brew/gawk/) - Runtime dependency declared by Homebrew.
- [dos2unix](https://pkg.so/de/brew/dos2unix/) - Shares pkgdb curated category or tags: cli, developer-tools, text-conversion, unix.
- [go-md2man](https://pkg.so/de/brew/go-md2man/) - Shares pkgdb curated category or tags: cli, developer-tools, documentation, man-pages.
- [cheat](https://pkg.so/de/brew/cheat/) - Shares pkgdb curated category or tags: cli, developer-tools, documentation, unix.
- [markdown](https://pkg.so/de/brew/markdown/) - Shares pkgdb curated category or tags: cli, developer-tools, documentation, text-conversion.
- [scdoc](https://pkg.so/de/brew/scdoc/) - Shares pkgdb curated category or tags: cli, developer-tools, documentation, man-pages.
- [tofrodos](https://pkg.so/de/brew/tofrodos/) - Shares pkgdb curated category or tags: cli, developer-tools, text-conversion, unix.
- [txt2tags](https://pkg.so/de/brew/txt2tags/) - Shares pkgdb curated category or tags: cli, developer-tools, documentation, text-conversion.
- [unixodbc](https://pkg.so/de/brew/unixodbc/) - Shares pkgdb curated category or tags: cli, developer-tools, unix.
- [bat-extras](https://pkg.so/de/brew/bat-extras/) - Local package facts share a topical domain. Shared terms: cli, developer, developer-tools, man, man-pages.

## Combined YAML source

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


## Quellen

- 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
