# asciidoc installieren

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

## Installation

```sh
sudo av install brew:asciidoc
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install asciidoc
```

  Evidenz: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install asciidoc
```

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

### Linux

- apk (92%):

```sh
sudo apk add asciidoc
```

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

- Debian apt (92%):

```sh
sudo apt install asciidoc
```

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

- dnf (92%):

```sh
sudo dnf install asciidoc
```

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

- Nix (92%):

```sh
nix profile install nixpkgs#asciidoc
```

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

- pacman (92%):

```sh
sudo pacman -S asciidoc
```

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

- zypper (92%):

```sh
sudo zypper install asciidoc
```

  Evidenz: openSUSE Tumbleweed package metadata: asciidoc from https://download.opensuse.org/tumbleweed/repo/oss/repodata/155b97171d05e27afd950b6fe0d55513ff38f4597110664535bceedc680bbe6fd459f0733718dcc21dcf0efc7c8250fd1390c73d4790b42e62fb2c16a87242e5-primary.xml.zst

## Paketfakten

- **Paketschlüssel:** brew:asciidoc
- **Paketmanager:** Homebrew
- **Paketmanager-Seite:** <https://formulae.brew.sh/formula/asciidoc>
- **Version:** 10.2.1
- **Quellzusammenfassung:** Formatter/translator for text files to numerous formats
- **Homepage:** <https://asciidoc-py.github.io/>
- **Upstream-Dokumentation:** <https://asciidoc-py.github.io/>
- **Lizenz:** GPL-2.0-or-later
- **Quellarchiv:** <https://files.pythonhosted.org/packages/1d/e7/315a82f2d256e9270977aa3c15e8fe281fd7c40b8e2a0b97e0cb61ca8fa0/asciidoc-10.2.1.tar.gz>
- **Aktualisiert:** 2025-10-16T07:16:22Z
- **Generierte Quelle:** 2026-05-26T22:45:13+00:00

## Executables

- a2x (cli)
- asciidoc (cli)
- a2x (Alias)
- asciidoc (Alias)

## Abhängigkeiten

- docbook
- python@3.14
- source-highlight

## Von macOS bereitgestellte Bibliotheken

- libxml2

## Installationsverhalten

- Post-install-Hook: nicht definiert
- Caveats: If you intend to process AsciiDoc files through an XML stage (such as a2x for manpage generation) you need to add something like: export XML_CATALOG_FILES=$HOMEBREW_PREFIX/etc/xml/catalog to your shell rc file so that xmllint can find AsciiDoc's catalog files. See `man 1 xmllint' for more.
- Bottle: verfügbar auf all

## Aktualität

- Seite generiert: 2026-05-26
- Manager-Version: 10.2.1
- Manager aktualisiert: 2025-10-16
- lokale Daten: ok
- Upstream-Repository: https://asciidoc-py.github.io/
- notice: The package-manager record has not changed recently.
- info: Release/tag comparison is only available for GitHub repositories.

## Sicherheitshinweise

narrow executable package without higher-risk signals.

- **Geiger-Risiko:** green / low
- narrow executable package without higher-risk signals

## Verwandte Links

- [python@3.14](https://www.automicvault.com/pkg/brew/python-3-14/) - Runtime dependency declared by Homebrew.
- [docbook](https://www.automicvault.com/pkg/brew/docbook/) - Runtime dependency declared by Homebrew.
- [source-highlight](https://www.automicvault.com/pkg/brew/source-highlight/) - Runtime dependency declared by Homebrew.

## Quellen

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- package version freshness
- package relationship graph
- cross-ecosystem install command graph
