pkg.soopen package index

brew / 順位 1584

zookeeper を Homebrew, apt, Nix, scoop でインストール

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install zookeeper

local Homebrew formula metadata

Linux

Debian apt確認済み · 92%
sudo apt install zookeeper

Debian stable package indexes · zookeeper · ソース: deb.debian.org

Nix確認済み · 92%
nix profile install nixpkgs#zookeeper

nixpkgs package indexes · pkgs/by-name/zo/zookeeper/package.nix · ソース: api.github.com

Windows

Scoop確認済み · 92%
scoop install main/zookeeper

Scoop official bucket manifest trees · bucket/zookeeper.json · ソース: api.github.com

概要

パッケージ概要

Centralized server for distributed coordination of services

コマンドとエイリアス

  • zkCleanup
  • zkCli
  • zkServer
  • zkServer-initialize
  • zkSnapShotToolkit
  • zkSnapshotComparer
  • zkSnapshotRecursiveSummaryToolkit
  • zkTxnLogToolkit

履歴

プロジェクトの歴史と使われ方

Apache ZooKeeper is one of the canonical packages for distributed coordination: a replicated service that gives clustered applications naming, configuration, synchronization, membership, watches, and ordered state changes. It came out of Yahoo's large-scale infrastructure work and became a foundation block for much of the Hadoop-era data stack.

プロジェクトの歴史

ZooKeeper was developed at Yahoo to simplify coordination problems in large distributed systems. The 2010 USENIX paper by Hunt, Konar, Junqueira, and Reed describes it as a high-performance coordination kernel rather than a full application framework: clients build locks, leader election, group membership, and configuration patterns on top of a small, ordered data model.

The project moved into the Apache ecosystem through Hadoop and later became a top-level Apache project. Its model of znodes in a hierarchical namespace made it familiar to Unix-minded operators, while the ensemble architecture made it reliable enough for service discovery and cluster metadata in production systems.

採用の歴史

ZooKeeper became deeply associated with the Hadoop generation of infrastructure because projects such as Hadoop, HBase, Kafka, SolrCloud, and other distributed systems used it to coordinate cluster state. The Apache ZooKeeper site still describes it as trusted by Kafka, Hadoop, HBase, and many other distributed systems.

The project's own PoweredBy page records adoption across companies and Apache projects for leader election, service discovery, sharding, locking, group membership, and configuration management. In the 2020s, Kafka's move toward KRaft reduced one famous dependency, but ZooKeeper remains an active Apache project and still appears in older Kafka deployments and other distributed stacks.

使われ方

Operators run ZooKeeper as an odd-sized ensemble and connect applications through client libraries or zkCli. Common package-level tasks include creating znodes for configuration, watching paths for changes, tracking live members through ephemeral nodes, and supporting recipes such as leader election, distributed locks, barriers, and service discovery.

The practical caution is that ZooKeeper is coordination infrastructure, not a general database. It is strongest for small metadata, ordered updates, and read-heavy coordination workloads; using it as bulk storage or chatty application state works against the design.

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

ZooKeeper is package-nerd significant because it explains why so many distributed packages ship with zk-prefixed tools, conf/zoo.cfg examples, and operational advice about ensembles. For years, installing parts of the big-data stack meant also understanding ZooKeeper.

It also marks a historical transition in open-source infrastructure packaging: distributed systems stopped being single daemons and became small constellations of daemons, CLIs, config files, and service dependencies. ZooKeeper was often the coordination daemon in that constellation.

タイムライン

  • 2000s: Yahoo develops ZooKeeper for coordination problems in large distributed infrastructure.
  • Late 2000s: ZooKeeper moves through the Apache Hadoop ecosystem and gains use in Hadoop-adjacent projects.
  • 2010: The USENIX ATC paper formalizes ZooKeeper as a wait-free coordination service for Internet-scale systems.
  • 2010s: ZooKeeper becomes common infrastructure for Kafka, HBase, SolrCloud, Hadoop deployments, and company service platforms.
  • 2020s: Some major users, especially Kafka, reduce or remove their ZooKeeper dependency, while ZooKeeper itself remains maintained for coordination workloads.

Related projects

  • Google Chubby: an earlier lock service often discussed as a conceptual predecessor for distributed coordination services.
  • Apache Curator: a higher-level Java client and recipe library built to make ZooKeeper applications easier to write.
  • etcd and Consul: later coordination/service-discovery systems that occupy adjacent operational territory.
  • Apache Kafka, HBase, SolrCloud, Hadoop, and NiFi: distributed systems historically associated with ZooKeeper deployments.

セキュリティ状態

リスクレベル: orange

broad file, network, media, or database tool signal. formula declares a Homebrew service.

リスク分類器

リスク orange · 信頼度 中 · infrastructure

理由

  • broad file, network, media, or database tool signal
  • formula declares a Homebrew service

信号

  • metadata:service
  • text:server

インストール挙動

  • Homebrew bottle メタデータは記録されていません。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

local files

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

Config paths the tool may read or write during local use.

Unix
conf/zoo.cfg

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
zkCleanup実行可能ファイルインデックス済み実行可能ファイルローカル実行可能ファイルインデックスから検出されました。
zkCli実行可能ファイルインデックス済み実行可能ファイルローカル実行可能ファイルインデックスから検出されました。
zkServer実行可能ファイルインデックス済み実行可能ファイルローカル実行可能ファイルインデックスから検出されました。
zkServer-initialize実行可能ファイルインデックス済み実行可能ファイルローカル実行可能ファイルインデックスから検出されました。
zkSnapShotToolkit実行可能ファイルインデックス済み実行可能ファイルローカル実行可能ファイルインデックスから検出されました。
zkSnapshotComparer実行可能ファイルインデックス済み実行可能ファイルローカル実行可能ファイルインデックスから検出されました。
zkSnapshotRecursiveSummaryToolkit実行可能ファイルインデックス済み実行可能ファイルローカル実行可能ファイルインデックスから検出されました。
zkTxnLogToolkit実行可能ファイルインデックス済み実行可能ファイルローカル実行可能ファイルインデックスから検出されました。

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-08-03
マネージャ版3.9.5
マネージャ更新日2026-06-22
ローカルデータ不明
上流利用不可
検出された最新未検出
  • OK鮮度警告は生成されていません。

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:zookeeper
バージョン3.9.5
パッケージマネージャHomebrew
ホームページhttps://zookeeper.apache.org/
最終更新2026-06-22T14:06:45-07:00
Pulseupdated
Bottle未記録
サービス宣言なし

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Debian apt95%

libzookeeper-java 3.9.3-1+deb13u1

Core Java libraries for zookeeper

https://zookeeper.apache.org

sudo apt install libzookeeper-java
  • Section: java
  • Architecture: all
  • Source Package: zookeeper
  • 16 依存関係
  • 1 任意依存関係
  • normalized package name match
  • 一致条件: Zookeeper
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libzookeeper-java from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libzookeeper-java-doc 3.9.3-1+deb13u1

API Documentation for zookeeper

https://zookeeper.apache.org

sudo apt install libzookeeper-java-doc
  • Section: doc
  • Architecture: all
  • Source Package: zookeeper
  • normalized package name match
  • 一致条件: Zookeeper
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libzookeeper-java-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libzookeeper-mt-dev 3.9.3-1+deb13u1

Development files for multi threaded zookeeper C bindings

https://zookeeper.apache.org

sudo apt install libzookeeper-mt-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: zookeeper
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Zookeeper
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libzookeeper-mt-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libzookeeper-mt2 3.9.3-1+deb13u1

Multi threaded C bindings for zookeeper

https://zookeeper.apache.org

sudo apt install libzookeeper-mt2
  • Section: libs
  • Architecture: amd64
  • Source Package: zookeeper
  • 1 依存関係
  • normalized package name match
  • 一致条件: Zookeeper
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libzookeeper-mt2 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libzookeeper-st-dev 3.9.3-1+deb13u1

Development files for single threaded zookeeper C bindings

https://zookeeper.apache.org

sudo apt install libzookeeper-st-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: zookeeper
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Zookeeper
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libzookeeper-st-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libzookeeper-st2 3.9.3-1+deb13u1

Single threaded C bindings for zookeeper

https://zookeeper.apache.org

sudo apt install libzookeeper-st2
  • Section: libs
  • Architecture: amd64
  • Source Package: zookeeper
  • 1 依存関係
  • normalized package name match
  • 一致条件: Zookeeper
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libzookeeper-st2 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

python3-zookeeper 3.9.3-1+deb13u1

Python bindings for zookeeper

https://zookeeper.apache.org

sudo apt install python3-zookeeper
  • Section: python
  • Architecture: amd64
  • Source Package: zookeeper
  • 3 依存関係
  • normalized package name match
  • 一致条件: Zookeeper
Debian stable package indexes · deb.debian.org · Debian stable package indexes: python3-zookeeper from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

zookeeper 3.9.3-1+deb13u1

High-performance coordination service for distributed applications

https://zookeeper.apache.org

sudo apt install zookeeper
  • Section: net
  • Architecture: all
  • 3 依存関係
  • normalized package name match
  • 一致条件: Zookeeper
Debian stable package indexes · deb.debian.org · Debian stable package indexes: zookeeper from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

zookeeper-bin 3.9.3-1+deb13u1

Command line utilities for zookeeper

https://zookeeper.apache.org

sudo apt install zookeeper-bin
  • Section: misc
  • Architecture: amd64
  • Source Package: zookeeper
  • 2 依存関係
  • normalized package name match
  • 一致条件: Zookeeper
Debian stable package indexes · deb.debian.org · Debian stable package indexes: zookeeper-bin from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

zookeeperd 3.9.3-1+deb13u1

Init control scripts for zookeeper

https://zookeeper.apache.org

sudo apt install zookeeperd
  • Section: net
  • Architecture: all
  • Source Package: zookeeper
  • 1 依存関係
  • normalized package name match
  • 一致条件: Zookeeper
Debian stable package indexes · deb.debian.org · Debian stable package indexes: zookeeperd from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

zookeeper

nix profile install nixpkgs#zookeeper
  • normalized package name match
  • 一致条件: Zookeeper
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/zo/zookeeper/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

libzookeeper-java 3.9.1-1build2

Core Java libraries for zookeeper

https://zookeeper.apache.org

sudo apt install libzookeeper-java
  • Section: universe/java
  • Architecture: all
  • Source Package: zookeeper
  • 16 依存関係
  • 1 任意依存関係
  • normalized package name match
  • 一致条件: Zookeeper
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libzookeeper-java from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libzookeeper-java-doc 3.9.1-1build2

API Documentation for zookeeper

https://zookeeper.apache.org

sudo apt install libzookeeper-java-doc
  • Section: universe/doc
  • Architecture: all
  • Source Package: zookeeper
  • normalized package name match
  • 一致条件: Zookeeper
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libzookeeper-java-doc from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libzookeeper-mt-dev 3.9.1-1build2

Development files for multi threaded zookeeper C bindings

https://zookeeper.apache.org

sudo apt install libzookeeper-mt-dev
  • Section: universe/libdevel
  • Architecture: amd64
  • Source Package: zookeeper
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Zookeeper
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libzookeeper-mt-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libzookeeper-mt2 3.9.1-1build2

Multi threaded C bindings for zookeeper

https://zookeeper.apache.org

sudo apt install libzookeeper-mt2
  • Section: universe/libs
  • Architecture: amd64
  • Source Package: zookeeper
  • 1 依存関係
  • normalized package name match
  • 一致条件: Zookeeper
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libzookeeper-mt2 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libzookeeper-st-dev 3.9.1-1build2

Development files for single threaded zookeeper C bindings

https://zookeeper.apache.org

sudo apt install libzookeeper-st-dev
  • Section: universe/libdevel
  • Architecture: amd64
  • Source Package: zookeeper
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Zookeeper
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libzookeeper-st-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

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