# Installer xmltoman avec Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de xmltoman pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:xmltoman
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install xmltoman
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install xmltoman
```

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

### Linux

- apk (92%):

```sh
sudo apk add xmltoman
```

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

- Debian apt (92%):

```sh
sudo apt install xmltoman
```

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

- dnf (92%):

```sh
sudo dnf install xmltoman
```

  Preuve: Fedora Rawhide package metadata: xmltoman 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#xmltoman
```

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

- pacman (92%):

```sh
sudo pacman -S xmltoman
```

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

- zypper (92%):

```sh
sudo zypper install xmltoman
```

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

## Faits du paquet

- **Clé du paquet:** brew:xmltoman
- **Gestionnaire de paquets:** Homebrew
- **Version:** 0.4
- **Résumé source:** XML to manpage converter
- **Page d'accueil:** <https://sourceforge.net/projects/xmltoman/>
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- xmlmantohtml (alias)
- xmltoman (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 0.4
## Historique du projet et usages

xmltoman is a tiny XML-to-manpage converter made up of two small scripts: xmltoman for groff man-page output and xmlmantohtml for HTML. It targets simple structured manpage XML rather than the full DocBook toolchain.

### Historique du projet

The upstream README describes xmltoman and xmlmantohtml as very simple scripts for converting XML to groff or HTML, with examples based on generating a masqmail man page. The README is signed by Oliver Kurth and dated October 2002 and October 2003, and credits Lennart Poettering for stylesheets and the DTD.

The SourceForge project page lists the project as a small converter for usual manpage sections such as description, options, and see also, with a last update in 2013. That small surface is the history: xmltoman stayed a narrow script package rather than becoming a general documentation framework.

### Historique d'adoption

xmltoman's adoption is niche but practical: it gives package authors a lightweight way to keep manpage source in XML and generate groff or HTML without adopting all of DocBook. Its presence in Unix package collections reflects that small-tool role.

### Modes d'utilisation

Typical usage is direct and build-script friendly: run xmltoman on an XML file to produce a groff man page, preview it with man -l, or use xmlmantohtml or the supplied XSLT path to produce HTML.

### Pourquoi les passionnés de paquets s'y intéressent

xmltoman is a reminder that documentation tooling often survives because it is smaller than the fashionable alternative. For packages with simple man pages, a tiny XML schema plus a Perl converter can be easier to vendor, audit, and keep working than a larger publishing stack.

### Chronologie

- 2002-10-08: The upstream README records an early xmltoman date by Oliver Kurth.
- 2003-10-03: The README records a later update and credits Lennart Poettering's DTD and stylesheets.
- 2013-04-24: SourceForge lists the project as last updated.

### Related projects

- Related projects and technologies include groff man pages, HTML output, xsltproc, simple XML DTDs, DocBook alternatives, and manpage generators used in package builds.

### Sources

- <https://sourceforge.net/p/xmltoman/code/HEAD/tree/trunk/README?format=raw>
- <https://sourceforge.net/projects/xmltoman/>
- <https://sourceforge.net/projects/xmltoman/files/>


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- narrow executable package without higher-risk signals

## Autres enregistrements de gestionnaires de paquets

- Debian apt - xmltoman - 0.6-1: normalized package name match | Debian stable package indexes: xmltoman from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | simple XML to man converter | https://github.com/atsb/xmltoman
- Nix - xmltoman: normalized package name match | nixpkgs package indexes: pkgs/by-name/xm/xmltoman/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - xmltoman - 0.6-1: normalized package name match | Ubuntu 24.04 LTS package indexes: xmltoman from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | simple XML to man converter | https://github.com/atsb/xmltoman
- apk - xmltoman - 0.6-r1: normalized package name match | Alpine Linux edge package indexes: xmltoman from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | convert xml to man pages in groff format or html | https://github.com/atsb/xmltoman
- apk - xmltoman-doc - 0.6-r1: normalized package name match | Alpine Linux edge package indexes: xmltoman-doc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | convert xml to man pages in groff format or html (documentation) | https://github.com/atsb/xmltoman
- dnf - xmltoman - 0.4-35.fc45: normalized package name match | Fedora Rawhide package metadata: xmltoman from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Scripts for converting XML to roff or HTML | http://sourceforge.net/projects/xmltoman/
- pacman - xmltoman - 0.4-6: normalized package name match | Arch Linux sync databases: xmltoman from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Convert xml to man pages in groff format or html | https://sourceforge.net/projects/xmltoman/
- zypper - xmltoman - 0.4-2.16: normalized package name match | openSUSE Tumbleweed package metadata: xmltoman from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Scripts to convert xml to man pages or html | https://github.com/Distrotech/xmltoman
- MacPorts - xmltoman: normalized package name match | MacPorts ports tree: textproc/xmltoman/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Combined YAML source

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


## Sources

- 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
