# autogen mit Homebrew, apt, dnf, MacPorts, Nix, pacman, zypper installieren

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

## Installation

```sh
sudo av install brew:autogen
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install autogen
```

  Evidenz: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install autogen
```

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

### Linux

- Debian apt (92%):

```sh
sudo apt install autogen
```

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

- dnf (92%):

```sh
sudo dnf install autogen
```

  Evidenz: Fedora Rawhide package metadata: autogen 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#autogen
```

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

- pacman (92%):

```sh
sudo pacman -S autogen
```

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

- zypper (92%):

```sh
sudo zypper install autogen
```

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

## Paketfakten

- **Paketschlüssel:** brew:autogen
- **Paketmanager:** Homebrew
- **Version:** 5.18.16
- **Quellzusammenfassung:** Automated text file generator
- **Homepage:** <https://autogen.sourceforge.net/>
- **Zuletzt aktualisiert:** 2026-07-10T22:39:28-04:00
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- autogen (Alias)
- autoopts-config (Alias)
- columns (Alias)
- getdefs (Alias)
- xml2ag (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

- Seite generiert: 2026-08-03
- Manager-Version: 5.18.16
## Projektgeschichte und Nutzung

GNU AutoGen is a GNU code and text generation utility built around definition files and templates. Its package identity is very Unixy: a command-line generator for maintainers who want repeatable source, option, or configuration files instead of hand-editing generated boilerplate.

### Projektgeschichte

AutoGen is associated with Bruce Korb and the GNU project; the GNU manual and AutoGen pages present it as a general automated text-file generator rather than a language-specific compiler tool. The package also includes related commands such as AutoOpts tooling, getdefs, columns, and xml2ag, which made it useful in build and release workflows beyond a single executable.

The project lived in the GNU/Savannah ecosystem and also maintained a SourceForge-facing homepage, reflecting a common early-2000s free-software distribution pattern: GNU project page, Savannah source control, tarball releases, and downstream packaging by Unix distributions.

### Adoptionsgeschichte

AutoGen is packaged across traditional Unix package managers including Homebrew, Debian/Ubuntu, Fedora, Arch, MacPorts, Nix, and openSUSE according to the batch input. That breadth signals long-tail adoption in developer-tool stacks even though the project is much less visible than the Autotools packages it often sits near.

Its adoption has mostly been indirect: users encounter it as a dependency or maintainer-side generator in source releases, not as a fashionable end-user CLI.

### Wie es verwendet wird

AutoGen users write definitions and templates, then run the autogen command to emit source or text files. Package users also see the auxiliary tools listed by the Homebrew formula, including autoopts-config, columns, getdefs, and xml2ag.

It is not a credentials-oriented tool and the official curation does not document a single user configuration path.

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

For package maintainers, AutoGen matters as one of the older GNU-era generator utilities that can appear in bootstrap chains. It is the kind of package that explains why source builds sometimes need more than a compiler and make: generated files may come from project-specific template systems.

### Zeitleiste

- 1990s-2000s: AutoGen develops as a GNU automated text and program generation tool.
- 2010s: GNU manual and Savannah repository remain the official documentation/source-control surfaces.
- 2020s: AutoGen remains packaged in multiple Unix package managers, mostly as a maintainer/developer utility.

### Related projects

- AutoOpts is distributed with AutoGen and provides option-processing support generated from definitions.
- GNU Autoconf, Automake, and Libtool occupy the neighboring build-bootstrap space where generated project files are common.

### Quellen

- <https://git.savannah.gnu.org/cgit/autogen.git>
- <https://www.gnu.org/software/autogen/>
- <https://www.gnu.org/software/autogen/manual/autogen.html>
- source_facts.package-manager


## Sicherheitshinweise

narrow executable package without higher-risk signals.

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

## Andere Paketmanager-Einträge

- Debian apt - autogen - 1:5.18.16-7: normalized package name match | Debian stable package indexes: autogen from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | automated text file generator | https://www.gnu.org/software/autogen/
- Debian apt - autogen-doc - 1:5.18.16-7: normalized package name match | Debian stable package indexes: autogen-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | automated text file generator - documentation | https://www.gnu.org/software/autogen/
- Debian apt - libopts25 - 1:5.18.16-7: normalized package name match | Debian stable package indexes: libopts25 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | automated option processing library based on autogen | https://www.gnu.org/software/autogen/
- Debian apt - libopts25-dev - 1:5.18.16-7: normalized package name match | Debian stable package indexes: libopts25-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | automated option processing library based on autogen | https://www.gnu.org/software/autogen/
- Nix - autogen: normalized package name match | nixpkgs package indexes: pkgs/by-name/au/autogen/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - autogen - 1:5.18.16-5build1: normalized package name match | Ubuntu 24.04 LTS package indexes: autogen from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | automated text file generator | https://www.gnu.org/software/autogen/
- Ubuntu apt - autogen-doc - 1:5.18.16-5build1: normalized package name match | Ubuntu 24.04 LTS package indexes: autogen-doc from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | automated text file generator - documentation | https://www.gnu.org/software/autogen/
- Ubuntu apt - libopts25 - 1:5.18.16-5build1: normalized package name match | Ubuntu 24.04 LTS package indexes: libopts25 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | automated option processing library based on autogen | https://www.gnu.org/software/autogen/
- Ubuntu apt - libopts25-dev - 1:5.18.16-5build1: normalized package name match | Ubuntu 24.04 LTS package indexes: libopts25-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | automated option processing library based on autogen | https://www.gnu.org/software/autogen/
- dnf - autogen - 5.18.16-32.fc43: normalized package name match | Fedora Rawhide package metadata: autogen from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Automated text file generator | http://www.gnu.org/software/autogen/
- dnf - autogen-libopts - 5.18.16-32.fc43: normalized package name match | Fedora Rawhide package metadata: autogen-libopts from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Automated option processing library based on autogen | http://www.gnu.org/software/autogen/
- dnf - autogen-libopts-devel - 5.18.16-32.fc43: normalized package name match | Fedora Rawhide package metadata: autogen-libopts-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Development files for libopts | http://www.gnu.org/software/autogen/
- pacman - autogen - 5.18.16-6: normalized package name match | Arch Linux sync databases: autogen from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | A tool designed to simplify the creation and maintenance of programs that contain large amounts of repetitious text | https://www.gnu.org/software/autogen/
- zypper - autogen - 5.18.16-9.5: normalized package name match | openSUSE Tumbleweed package metadata: autogen from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Automated Text File Generator | https://www.gnu.org/software/autogen/
- zypper - autoopts - 5.18.16-9.5: normalized package name match | openSUSE Tumbleweed package metadata: autoopts from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Automated Option Processing | https://www.gnu.org/software/autogen/
- zypper - libopts25 - 5.18.16-9.5: normalized package name match | openSUSE Tumbleweed package metadata: libopts25 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Shared library libopts | https://www.gnu.org/software/autogen/


## Combined YAML source

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


## Quellen

- 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
