# bind を Homebrew, apk, dnf, Nix, pacman, zypper, scoop でインストール

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

## インストール

```sh
sudo av install brew:bind
```

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

### macOS

- Homebrew (100%):

```sh
brew install bind
```

  証拠: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add bind
```

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

- dnf (92%):

```sh
sudo dnf install bind
```

  証拠: Fedora Rawhide package metadata: bind 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#bind
```

  証拠: nixpkgs package indexes: pkgs/by-name/bi/bind/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S bind
```

  証拠: Arch Linux sync databases: bind from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install bind
```

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

### Windows

- Scoop (92%):

```sh
scoop install main/bind
```

  証拠: Scoop official bucket manifest trees: bucket/bind.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:bind
- **パッケージマネージャ:** Homebrew
- **バージョン:** 9.20.26
- **ソース概要:** Implementation of the DNS protocols
- **ホームページ:** <https://www.isc.org/bind/>
- **最終更新:** 2026-07-22T17:23:40Z
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- arpaname (エイリアス)
- ddns-confgen (エイリアス)
- delv (エイリアス)
- dig (エイリアス)
- dnssec-cds (エイリアス)
- dnssec-dsfromkey (エイリアス)
- dnssec-importkey (エイリアス)
- dnssec-keyfromlabel (エイリアス)
- dnssec-keygen (エイリアス)
- dnssec-ksr (エイリアス)
- dnssec-revoke (エイリアス)
- dnssec-settime (エイリアス)
- dnssec-signzone (エイリアス)
- dnssec-verify (エイリアス)
- host (エイリアス)
- mdig (エイリアス)
- named (エイリアス)
- named-checkconf (エイリアス)
- named-checkzone (エイリアス)
- named-compilezone (エイリアス)
- named-journalprint (エイリアス)
- named-rrchecker (エイリアス)
- nsec3hash (エイリアス)
- nslookup (エイリアス)
- nsupdate (エイリアス)
- rndc (エイリアス)
- rndc-confgen (エイリアス)
- tsig-keygen (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

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

BIND 9 is ISC's classic open-source DNS implementation: a name server, recursive resolver, DNSSEC platform, and suite of DNS administration tools including `named`, `dig`, `host`, `nslookup`, `rndc`, and DNSSEC utilities.

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

ISC's official BIND history says Berkeley Internet Name Domain began in the early 1980s at UC Berkeley as a DARPA-funded graduate-student project. After UC Berkeley, DEC and Paul Vixie carried major stewardship, and ISC was founded in 1994 specifically to provide a home for BIND development and maintenance.

### 採用の歴史

BIND's adoption is bound to the adoption of DNS itself. ISC describes BIND 9 as the first, oldest, and most commonly deployed DNS solution, and says it is used for publishing the DNSSEC-signed root zone, top-level domains, hosting providers, enterprises, and large resolver farms. The input package facts show BIND packaged across major Unix and cross-platform package managers.

### 使われ方

Package users install BIND either for the `named` daemon or for the DNS toolbelt. On servers it acts as an authoritative name server, recursive resolver, forwarder, or split-horizon DNS service; on developer and operator workstations the package is often installed just to get `dig`, `host`, `nslookup`, `nsupdate`, and DNSSEC inspection/signing tools.

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

BIND is package-nerd bedrock: one package contains a daemon that helped define Internet infrastructure operations and a CLI toolkit that generations of sysadmins treat as diagnostic muscle memory. Its packaging also carries distro policy decisions about chrooting, service managers, default paths, crypto libraries, DNSSEC defaults, and whether users install the full server just to get `dig`.

### タイムライン

- Early 1980s: BIND originally written at UC Berkeley under a DARPA grant.
- 1994: ISC founded to provide a home for BIND development and maintenance.
- 1997-05: First production-ready BIND 8 released.
- 2000-09: BIND 9 released as a major rewrite of the architecture.
- 2009: ISC begins BIND 10 rewrite effort.
- 2014: ISC ends BIND 10 development and refocuses on BIND 9.
- 2016: BIND 9.11.0 and later move to the MPL 2.0 license.
- 2018-02: BIND project migrates to ISC's self-hosted GitLab.
- 2019-2020: ISC replaces BIND's home-grown network interface layer with libuv.

### Related projects

- Related DNS software includes NSD, Unbound, Knot DNS, PowerDNS Authoritative Server, PowerDNS Recursor, dnsmasq, CoreDNS, and systemd-resolved; related BIND-era projects include the discontinued BIND 10/Bundy effort.

### ソース

- Official BIND 9 README from ISC GitLab.
- Official ISC BIND page.
- Official ISC History of BIND page.
- Packaged executable and package-manager facts from source_facts.


## セキュリティノート

formula declares a Homebrew service.

- **Geiger リスク:** orange / 中
- formula declares a Homebrew service


## 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/named.conf, /usr/local/etc/namedb/named.conf
## 他のパッケージマネージャ記録

- Nix - bind: normalized package name match | nixpkgs package indexes: pkgs/by-name/bi/bind/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - bind - 9.20.26-r0: normalized package name match | Alpine Linux edge package indexes: bind from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | The ISC DNS server | https://www.isc.org/bind/
- apk - bind-dbg - 9.20.26-r0: normalized package name match | Alpine Linux edge package indexes: bind-dbg from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | The ISC DNS server (debug symbols) | https://www.isc.org/bind/
- apk - bind-dev - 9.20.26-r0: normalized package name match | Alpine Linux edge package indexes: bind-dev from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | The ISC DNS server (development files) | https://www.isc.org/bind/
- apk - bind-dnssec-root - 9.20.26-r0: normalized package name match | Alpine Linux edge package indexes: bind-dnssec-root from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | ISC BIND DNSSEC Root Keys | https://www.isc.org/bind/
- apk - bind-dnssec-tools - 9.20.26-r0: normalized package name match | Alpine Linux edge package indexes: bind-dnssec-tools from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Utilities for DNSSEC keys and DNS zone files management | https://www.isc.org/bind/
- apk - bind-doc - 9.20.26-r0: normalized package name match | Alpine Linux edge package indexes: bind-doc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | The ISC DNS server (documentation) | https://www.isc.org/bind/
- apk - bind-libs - 9.20.26-r0: normalized package name match | Alpine Linux edge package indexes: bind-libs from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | The ISC DNS server (libraries) | https://www.isc.org/bind/
- apk - bind-openrc - 9.20.26-r0: normalized package name match | Alpine Linux edge package indexes: bind-openrc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | The ISC DNS server (OpenRC init scripts) | https://www.isc.org/bind/
- apk - bind-plugins - 9.20.26-r0: normalized package name match | Alpine Linux edge package indexes: bind-plugins from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | The ISC DNS server plugins | https://www.isc.org/bind/
- apk - bind-tools - 9.20.26-r0: normalized package name match | Alpine Linux edge package indexes: bind-tools from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | The ISC DNS tools | https://www.isc.org/bind/
- dnf - bind - 9.18.50-22.fc45: normalized package name match | Fedora Rawhide package metadata: bind from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) server | https://www.isc.org/downloads/bind/
- dnf - bind-chroot - 9.18.50-22.fc45: normalized package name match | Fedora Rawhide package metadata: bind-chroot from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | A chroot runtime environment for the ISC BIND DNS server, named(8) | https://www.isc.org/downloads/bind/
- dnf - bind-devel - 9.18.50-22.fc45: normalized package name match | Fedora Rawhide package metadata: bind-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Header files and libraries needed for bind-dyndb-ldap | https://www.isc.org/downloads/bind/
- dnf - bind-dnssec-utils - 9.18.50-22.fc45: normalized package name match | Fedora Rawhide package metadata: bind-dnssec-utils from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | DNSSEC keys and zones management utilities | https://www.isc.org/downloads/bind/
- dnf - bind-doc - 9.18.50-22.fc45: normalized package name match | Fedora Rawhide package metadata: bind-doc from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | BIND 9 Administrator Reference Manual | https://www.isc.org/downloads/bind/


## Combined YAML source

View the package source record on GitHub. [combined/bind.yml](https://github.com/mxcl/pkgdb/blob/main/combined/bind.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
