# genders を Homebrew, apt, dnf, MacPorts, zypper でインストール

genders のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:genders
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install genders
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install genders
```

  証拠: MacPorts ports tree: net/genders/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Debian apt (92%):

```sh
sudo apt install genders
```

  証拠: Debian stable package indexes: genders from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install genders
```

  証拠: Fedora Rawhide package metadata: genders from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

- zypper (92%):

```sh
sudo zypper install genders
```

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

## パッケージ情報

- **パッケージキー:** brew:genders
- **パッケージマネージャ:** Homebrew
- **バージョン:** 1.32.1
- **ソース概要:** Static cluster configuration database for cluster management
- **ホームページ:** <https://github.com/chaos/genders>
- **リポジトリ:** <https://github.com/chaos/genders>
- **最終更新:** 2026-06-19T12:31:19-07:00
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- nodeattr (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 1.32.1
## プロジェクトの歴史と使われ方

Genders is a static cluster configuration database for high-performance computing and cluster administration. It stores node names and attributes in a replicated plain-text file, then lets tools such as `nodeattr` and libraries such as libgenders query those attributes locally.

### プロジェクトの歴史

Genders originated at Lawrence Livermore National Laboratory's Livermore Computing environment, with tutorial material dated June 19, 2000 and public repository history imported in 2001. The package was written around the needs of massively parallel processing clusters, where scripts needed to adapt to node roles without embedding hard-coded host lists.

The software grew from a plain cluster attribute file into a small ecosystem: libgenders in C, Perl APIs, `nodeattr`, compatibility scripts, and later C++, Java, Python, and other extension work. Its NEWS file records years of practical cluster-admin improvements, including hostrange support, query parsing, performance work for large clusters, and database compression or expansion commands.

### 採用の歴史

The upstream tutorial says the framework has been useful on clusters ranging from two or three workstations to the 11,136 nodes in El Capitan. That statement captures its niche: Genders is not a general desktop utility, but it matters in HPC shops where a single node-attribute database can drive boot scripts, batch queue generation, parallel command targeting, and role-specific service startup.

Package-manager adoption across Homebrew, Debian, Fedora/DNF, Ubuntu, MacPorts, and SUSE-family systems reflects its long-lived role as a small Unix administration primitive rather than a fast-moving end-user application.

### 使われ方

Practitioners edit `/etc/genders` or another genders file to assign attributes such as compute, login, management, queue membership, network role, or route data to node names and host ranges. They then run `nodeattr` to list matching nodes, check whether the local node has an attribute, retrieve values, validate the database, or expand and compress host ranges.

The classic workflow is to replace brittle script logic with attribute queries: a common rc script can ask whether the node has the `login` or `raid` attribute, while batch configuration scripts can generate host lists from queue attributes.

### パッケージ好きにとっての重要性

Genders is package-nerd significant because it preserves an older but durable Unix cluster-management pattern: a replicated text database plus fast local query tools. Its value is not novelty; it is that administrators can carry the same simple file format and `nodeattr` command across clusters and distributions.

### タイムライン

- 2000-06-19: Original tutorial material documents the concept for LLNL cluster configuration management.
- 2001: Public repository history is imported and early 0.x tags appear.
- 2003-2004: Tutorial revisions and 1.x package history document broader nodeattr and libgenders usage.
- 2010s-2020s: NEWS and tutorial updates document performance work, hostrange features, extension cleanup, and large-cluster usage.

### Related projects

- Genders is related to LLNL Livermore Computing tools, hostlist/hostrange utilities, HPC batch systems, cluster boot scripts, and configuration-management systems that consume node role information.

### ソース

- <https://formulae.brew.sh/formula/genders>
- <https://github.com/chaos/genders>
- <https://raw.githubusercontent.com/chaos/genders/master/NEWS>
- <https://raw.githubusercontent.com/chaos/genders/master/README>
- <https://raw.githubusercontent.com/chaos/genders/master/TUTORIAL>


## セキュリティノート

broad file, network, media, or database tool signal. infrastructure mutation or orchestration signal.

- **Geiger リスク:** orange / 中
- broad file, network, media, or database tool signal
- infrastructure mutation or orchestration signal


## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: /etc/genders
## 他のパッケージマネージャ記録

- Debian apt - genders - 1.27-3-3.1: normalized package name match | Debian stable package indexes: genders from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | cluster configuration management database tools | https://computing.llnl.gov/linux/genders.html
- Debian apt - libgenders-perl - 1.27-3-3.1: normalized package name match | Debian stable package indexes: libgenders-perl from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | perl interface to the LLNL genders cluster management utilities | https://computing.llnl.gov/linux/genders.html
- Debian apt - libgenders0 - 1.27-3-3.1: normalized package name match | Debian stable package indexes: libgenders0 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | C library for parsing and querying a genders database | https://computing.llnl.gov/linux/genders.html
- Debian apt - libgenders0-dev - 1.27-3-3.1: normalized package name match | Debian stable package indexes: libgenders0-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | development files for parsing and querying a genders database | https://computing.llnl.gov/linux/genders.html
- Ubuntu apt - genders - 1.22-1build8: normalized package name match | Ubuntu 24.04 LTS package indexes: genders from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | cluster configuration management database tools | https://computing.llnl.gov/linux/genders.html
- Ubuntu apt - libgenders-perl - 1.22-1build8: normalized package name match | Ubuntu 24.04 LTS package indexes: libgenders-perl from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | perl interface to the LLNL genders cluster management utilities | https://computing.llnl.gov/linux/genders.html
- Ubuntu apt - libgenders0 - 1.22-1build8: normalized package name match | Ubuntu 24.04 LTS package indexes: libgenders0 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | C library for parsing and querying a genders database | https://computing.llnl.gov/linux/genders.html
- Ubuntu apt - libgenders0-dev - 1.22-1build8: normalized package name match | Ubuntu 24.04 LTS package indexes: libgenders0-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | development files for parsing and querying a genders database | https://computing.llnl.gov/linux/genders.html
- dnf - genders - 1.28.1~^20231119git27b915d-8.fc45: normalized package name match | Fedora Rawhide package metadata: genders from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Static cluster configuration database | https://github.com/chaos/genders
- dnf - genders-compat - 1.28.1~^20231119git27b915d-8.fc45: normalized package name match | Fedora Rawhide package metadata: genders-compat from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Compatibility library | https://github.com/chaos/genders
- dnf - genders-java - 1.28.1~^20231119git27b915d-8.fc45: normalized package name match | Fedora Rawhide package metadata: genders-java from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Java libraries | https://github.com/chaos/genders
- dnf - genders-java-devel - 1.28.1~^20231119git27b915d-8.fc45: normalized package name match | Fedora Rawhide package metadata: genders-java-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Java Development libraries | https://github.com/chaos/genders
- dnf - genders-javadoc - 1.28.1~^20231119git27b915d-8.fc45: normalized package name match | Fedora Rawhide package metadata: genders-javadoc from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Java Documentation | https://github.com/chaos/genders
- dnf - genders-perl - 1.28.1~^20231119git27b915d-8.fc45: normalized package name match | Fedora Rawhide package metadata: genders-perl from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Perl libraries | https://github.com/chaos/genders
- dnf - libgenders - 1.28.1~^20231119git27b915d-8.fc45: normalized package name match | Fedora Rawhide package metadata: libgenders from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Genders libraries | https://github.com/chaos/genders
- dnf - libgenders-devel - 1.28.1~^20231119git27b915d-8.fc45: normalized package name match | Fedora Rawhide package metadata: libgenders-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Genders development libraries | https://github.com/chaos/genders


## Combined YAML source

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


## ソース

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
