# mtbl を Homebrew, apt でインストール

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

## インストール

```sh
sudo av install brew:mtbl
```

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

### macOS

- Homebrew (100%):

```sh
brew install mtbl
```

  証拠: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install libmtbl-dev
```

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

## パッケージ情報

- **パッケージキー:** brew:mtbl
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/mtbl>
- **バージョン:** 1.7.1
- **ソース概要:** Immutable sorted string table library
- **ホームページ:** <https://github.com/farsightsec/mtbl>
- **リポジトリ:** <https://github.com/farsightsec/mtbl>
- **ライセンス:** Apache-2.0
- **ソースアーカイブ:** <https://dl.farsightsecurity.com/dist/mtbl/mtbl-1.7.1.tar.gz>
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- mtbl_dump (cli)
- mtbl_info (cli)
- mtbl_merge (cli)
- mtbl_verify (cli)
- mtbl_dump (エイリアス)
- mtbl_info (エイリアス)
- mtbl_merge (エイリアス)
- mtbl_verify (エイリアス)

## 依存関係

- lz4
- snappy
- zstd

## ビルド依存関係

- pkgconf

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 1.7.1
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/farsightsec/mtbl
- 情報: No package-manager update timestamp was available.
- 情報: No cached GitHub release or tag data was available.
## プロジェクトの歴史と使われ方

mtbl is a Farsight Security C library that packages the Sorted String Table idea as a small Unix-style library rather than as a full database. Its README describes the design as based on the SSTable implementation in Google LevelDB: immutable files map sorted byte-string keys to byte-string values, with an index at the end for lookup. The project deliberately leaves database duties such as update handling, deletion, and coordinating search results across tables to the caller, exposing primitives for creating, searching, and merging SSTable files instead.

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

In practice mtbl is used where a program wants compact, immutable, searchable key-value files and wants to control the surrounding data-management workflow itself. Writers accept already sorted, duplicate-free key-value pairs and write in a single sequential pass; readers support exact-key, prefix, and range iteration; sorter and merger interfaces support bulk-load and multi-table merge workflows with caller-provided duplicate-key merge logic. The file format changed at version 1.0.0, with newer releases retaining read support for older files.

### 使われ方

Its ecosystem role is clearest in Farsight/Internet-measurement software. CAIDA slides from ISC described mtbl alongside dnstable as an SSTable implementation for scalable, compact, sequential-I/O construction. FreeBSD's 2015 addition of dnstable records dnstable as a passive-DNS encoding library and utilities that store records in SSTable files and depend on libmtbl. For package managers, mtbl is a low-level C dependency rather than an end-user application; Homebrew exposes the companion utilities mtbl_dump, mtbl_info, mtbl_merge, and mtbl_verify for inspecting, merging, and checking table files.

### ソース

- <https://formulae.brew.sh/formula/mtbl>
- <https://github.com/farsightsec/mtbl>
- <https://mail-archive.freebsd.org/cgi/getmsg.cgi?fetch=4079084+0+archive/2015/svn-ports-all/20150405.svn-ports-all>
- <https://www.caida.org/workshops/isc-caida/1210/slides/isc1210_redmonds.html>


## セキュリティノート

library-like package without higher-risk signals.

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

## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** mtbl
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

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

- Debian apt - libmtbl-dev - 1.6.1-1+b1: normalized package name match | Debian stable package indexes: libmtbl-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | immutable sorted string table library (development files)
- Debian apt - libmtbl1 - 1.6.1-1+b1: normalized package name match | Debian stable package indexes: libmtbl1 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | immutable sorted string table library
- Debian apt - mtbl-bin - 1.6.1-1+b1: normalized package name match | Debian stable package indexes: mtbl-bin from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | immutable sorted string table library (utilities)
- Ubuntu apt - libmtbl-dev - 1.3.0-1: normalized package name match | Ubuntu 24.04 LTS package indexes: libmtbl-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | immutable sorted string table library (development files)
- Ubuntu apt - libmtbl1 - 1.3.0-1: normalized package name match | Ubuntu 24.04 LTS package indexes: libmtbl1 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | immutable sorted string table library
- Ubuntu apt - mtbl-bin - 1.3.0-1: normalized package name match | Ubuntu 24.04 LTS package indexes: mtbl-bin from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | immutable sorted string table library (utilities)


## 関連リンク

- [Source-control packages](https://pkg.so/ja/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/ja/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/ja/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [zstd](https://pkg.so/ja/brew/zstd/) - Runtime dependency declared by Homebrew.
- [lz4](https://pkg.so/ja/brew/lz4/) - Runtime dependency declared by Homebrew.
- [pkgconf](https://pkg.so/ja/brew/pkgconf/) - Build dependency declared by Homebrew.
- [pcre2](https://pkg.so/ja/brew/pcre2/) - Shares pkgdb curated category or tags: c-library, cli, developer-tools.
- [ncurses](https://pkg.so/ja/brew/ncurses/) - Shares pkgdb curated category or tags: c-library, cli, developer-tools.
- [expat](https://pkg.so/ja/brew/expat/) - Shares pkgdb curated category or tags: c-library, cli, developer-tools.
- [libgpg-error](https://pkg.so/ja/brew/libgpg-error/) - Shares pkgdb curated category or tags: c-library, cli, developer-tools.
- [libevent](https://pkg.so/ja/brew/libevent/) - Shares pkgdb curated category or tags: c-library, cli, developer-tools.
- [oniguruma](https://pkg.so/ja/brew/oniguruma/) - Shares pkgdb curated category or tags: c-library, cli, developer-tools.
- [libxml2](https://pkg.so/ja/brew/libxml2/) - Shares pkgdb curated category or tags: c-library, cli, developer-tools.
- [libgit2](https://pkg.so/ja/brew/libgit2/) - Shares pkgdb curated category or tags: c-library, cli, developer-tools.
- [wandio](https://pkg.so/ja/brew/wandio/) - Local package facts share a topical domain. Shared terms: c-library, cli, developer, developer-tools, lz4.
- [fstrm](https://pkg.so/ja/brew/fstrm/) - Local package facts share a topical domain. Shared terms: c-library, cli, data, developer, developer-tools.
- [marisa](https://pkg.so/ja/brew/marisa/) - Local package facts share a topical domain. Shared terms: cli, data, developer, developer-tools, dump.

## Combined YAML source

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


## ソース

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
