# 使用 Homebrew, apt, dnf, MacPorts, Nix, pacman, zypper 安装 autogen

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

## 安装

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

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install autogen
```

  证据: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install autogen
```

  证据: 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
```

  证据: 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
```

  证据: 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
```

  证据: 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
```

  证据: 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
```

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

## 软件包事实

- **软件包键:** brew:autogen
- **软件包管理器:** Homebrew
- **版本:** 5.18.16
- **来源摘要:** Automated text file generator
- **主页:** <https://autogen.sourceforge.net/>
- **最后更新:** 2026-07-10T22:39:28-04:00
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- autogen (别名)
- autoopts-config (别名)
- columns (别名)
- getdefs (别名)
- xml2ag (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

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

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.

### 项目历史

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.

### 采用历史

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.

### 使用方式

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.

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

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.

### 时间线

- 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.

### 来源

- <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


## 安全说明

narrow executable package without higher-risk signals.

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

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

- 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)


## 来源

- 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
