# leveldb を Homebrew, apk, dnf, MacPorts, Nix, pacman, zypper, apt でインストール

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

## インストール

```sh
sudo av install brew:leveldb
```

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

### macOS

- Homebrew (100%):

```sh
brew install leveldb
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install leveldb
```

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

### Linux

- apk (92%):

```sh
sudo apk add leveldb
```

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

- dnf (92%):

```sh
sudo dnf install leveldb
```

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

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

- pacman (92%):

```sh
sudo pacman -S leveldb
```

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

- zypper (92%):

```sh
sudo zypper install leveldb
```

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

- Debian apt (92%):

```sh
sudo apt install leveldb-doc
```

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

## パッケージ情報

- **パッケージキー:** brew:leveldb
- **パッケージマネージャ:** Homebrew
- **バージョン:** 1.23
- **ソース概要:** Key-value storage library with ordered mapping
- **ホームページ:** <https://github.com/google/leveldb/>
- **リポジトリ:** <https://github.com/google/leveldb>
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- leveldbutil (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

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

LevelDB is Google's embeddable, ordered key-value storage library. It is small enough to package as a C++ library but historically important because it made log-structured merge-tree storage, Snappy compression, and sorted key iteration available as a reusable building block.

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

Google announced LevelDB as open source on July 27, 2011 under a BSD-style license. The announcement described it as a fast persistent key-value store written at Google and designed for use in browsers, operating systems, applications, and higher-level storage systems.

The upstream repository credits Google Inc. and lists Jeffrey Dean and Sanjay Ghemawat as the initial version authors. The README and documentation describe the core model that made LevelDB influential: string keys and values, ordered storage by key, atomic batch writes, snapshots, forward/backward iteration, and optional compression.

### 採用の歴史

Google's 2011 announcement already named early adoption targets and relatives: Chrome's IndexedDB implementation was being built on LevelDB, Bigtable tablets were a design ancestor, and Riak had added LevelDB support for per-node storage. Over time, LevelDB also became a common dependency in language bindings, blockchain clients, browser storage, and package-manager indexes.

### 使われ方

LevelDB is normally linked into an application rather than run as a server. Package managers often ship the library, headers, and small utility programs so downstream software can embed fast local key-value storage without adding an external database daemon.

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

Package nerds care about LevelDB because it is one of the canonical small C++ libraries that quietly sits underneath larger systems. It also produced a family tree: RocksDB and many language-specific Level* packages made the LevelDB API and storage pattern part of everyday infrastructure.

### タイムライン

- 2011: Google announced LevelDB as open source on July 27, 2011.
- 2011: Google's announcement described Chrome IndexedDB, Bigtable, and Riak connections.
- 2014: The `google/leveldb` GitHub repository was created on August 27, 2014.
- 2016: LevelDB 1.19 release notes added APIs such as approximate memory usage and ARM64 support.
- 2026: The upstream repository remained the canonical source for the library and documentation.

### Related projects

- LevelDB is related to Bigtable conceptually, to Chrome IndexedDB as an embedded storage backend, to Riak through backend adoption, and to RocksDB as a major descendant. It also has a broad ecosystem of bindings and ports in Go, Node.js, Rust, Python, and other languages.

### ソース

- <https://api.github.com/repos/google/leveldb>
- <https://formulae.brew.sh/formula/leveldb>
- <https://github.com/google/leveldb>
- <https://github.com/google/leveldb/blob/main/AUTHORS>
- <https://github.com/google/leveldb/blob/main/doc/index.md>
- <https://opensource.googleblog.com/2011/07/leveldb-fast-persistent-key-value-store.html>


## セキュリティノート

library-like package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- library-like package without higher-risk signals

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

- Debian apt - leveldb-doc - 1.23-5: normalized package name match | Debian stable package indexes: leveldb-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | LevelDB documentation | https://github.com/google/leveldb
- Debian apt - libleveldb-dev - 1.23-5+b2: normalized package name match | Debian stable package indexes: libleveldb-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | fast key-value storage library (development files) | https://github.com/google/leveldb
- Debian apt - libleveldb1d - 1.23-5+b2: normalized package name match | Debian stable package indexes: libleveldb1d from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | fast key-value storage library | https://github.com/google/leveldb
- Nix - leveldb: normalized package name match | nixpkgs package indexes: pkgs/by-name/le/leveldb/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - leveldb-doc - 1.23-5build1: normalized package name match | Ubuntu 24.04 LTS package indexes: leveldb-doc from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | LevelDB documentation | https://github.com/google/leveldb
- Ubuntu apt - libleveldb-dev - 1.23-5build1: normalized package name match | Ubuntu 24.04 LTS package indexes: libleveldb-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | fast key-value storage library (development files) | https://github.com/google/leveldb
- Ubuntu apt - libleveldb1d - 1.23-5build1: normalized package name match | Ubuntu 24.04 LTS package indexes: libleveldb1d from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | fast key-value storage library | https://github.com/google/leveldb
- apk - leveldb - 1.23-r1: normalized package name match | Alpine Linux edge package indexes: leveldb from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | A fast and lightweight key/value database library by Google | https://github.com/google/leveldb
- apk - leveldb-dev - 1.23-r1: normalized package name match | Alpine Linux edge package indexes: leveldb-dev from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | A fast and lightweight key/value database library by Google (development files) | https://github.com/google/leveldb
- apk - leveldb-doc - 1.23-r1: normalized package name match | Alpine Linux edge package indexes: leveldb-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | A fast and lightweight key/value database library by Google (documentation) | https://github.com/google/leveldb
- dnf - leveldb - 1.23-15.fc45: normalized package name match | Fedora Rawhide package metadata: leveldb from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | A fast and lightweight key/value database library by Google | https://github.com/google/leveldb
- dnf - leveldb-devel - 1.23-15.fc45: normalized package name match | Fedora Rawhide package metadata: leveldb-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Development files for leveldb | https://github.com/google/leveldb
- pacman - leveldb - 1.23-4: normalized package name match | Arch Linux sync databases: leveldb from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | A fast and lightweight key/value database library | https://github.com/google/leveldb/
- zypper - leveldb - 1.23-6.5: normalized package name match | openSUSE Tumbleweed package metadata: leveldb from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | A key/value-store | https://github.com/google/leveldb
- zypper - leveldb-devel - 1.23-6.5: normalized package name match | openSUSE Tumbleweed package metadata: leveldb-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Development files for leveldb | https://github.com/google/leveldb
- zypper - leveldb-devel-static - 1.23-6.5: normalized package name match | openSUSE Tumbleweed package metadata: leveldb-devel-static from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Development files for statically link leveldb | https://github.com/google/leveldb


## Combined YAML source

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