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

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

## インストール

```sh
sudo av install brew:libeatmydata
```

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

### macOS

- Homebrew (100%):

```sh
brew install libeatmydata
```

  証拠: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add libeatmydata
```

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

- dnf (92%):

```sh
sudo dnf install libeatmydata
```

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

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

- pacman (92%):

```sh
sudo pacman -S libeatmydata
```

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

- Debian apt (92%):

```sh
sudo apt install eatmydata
```

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

- zypper (92%):

```sh
sudo zypper install eatmydata
```

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

## パッケージ情報

- **パッケージキー:** brew:libeatmydata
- **パッケージマネージャ:** Homebrew
- **バージョン:** 131
- **ソース概要:** LD_PRELOAD library and wrapper to transparently disable fsync and related calls
- **ホームページ:** <https://www.flamingspork.com/projects/libeatmydata/>
- **リポジトリ:** <https://github.com/stewartsmith/libeatmydata>
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- eatmydata (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

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

libeatmydata is Stewart Smith's LD_PRELOAD library and `eatmydata` wrapper that deliberately turns durability operations such as fsync and O_SYNC into no-ops to make disposable test or build workloads faster.

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

The project page describes libeatmydata as a small LD_PRELOAD library, warns users not to use it where stored data matters, and notes a migration from an old Bazaar repository to GitHub. The GitHub README ties the project to Smith's linux.conf.au 2007 talk, 'Eat My Data: How Everybody gets File IO Wrong,' and says the talk covered common mistakes in POSIX file I/O.

The GitHub tags show historical releases libeatmydata-65 in September 2012, libeatmydata-82 in June 2013, libeatmydata-105 in November 2016, then v129 in April 2021, v130 in October 2021, and v131 in January 2023. The v130 release added a `syncfs()` wrapper, and v131 included macOS build and test fixes.

### 採用の歴史

The official page notes that most Linux distributions package libeatmydata as `eatmydata`, and the README gives Debian/Ubuntu installation as `apt install eatmydata`. Its adoption is strongest in test suites, package builds, and other repeatable workloads where crash safety is intentionally traded away for speed.

### 使われ方

The normal usage is intentionally tiny: install the package and run `eatmydata foo`. The README and project page both stress the safety boundary: use it for testing or disposable work, not for programs whose on-disk data you care about.

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

libeatmydata is beloved package-nerd plumbing because it names the tradeoff honestly and exposes it as one wrapper command. It is especially useful for distribution builders and database test runners who understand that avoiding fsync is unsafe for production but valuable in controlled, throwaway environments.

### タイムライン

- 2007: Project originated from Stewart Smith's linux.conf.au talk on POSIX file I/O mistakes.
- 2012: libeatmydata-65 tag published.
- 2013: libeatmydata-82 tag published.
- 2016: libeatmydata-105 tag published.
- 2021: v129 and v130 releases published; v130 added syncfs wrapping.
- 2023: v131 release published with small fixes including macOS build and test work.

### Related projects

- The project history references Bazaar, Launchpad, GitHub, Linux distribution packages named `eatmydata`, MySQL test-suite usage, and the POSIX file I/O APIs that the preload library intercepts.

### ソース

- <https://github.com/stewartsmith/libeatmydata>
- <https://github.com/stewartsmith/libeatmydata/releases>
- <https://github.com/stewartsmith/libeatmydata/tags>
- <https://www.flamingspork.com/projects/libeatmydata>


## セキュリティノート

library-like package without higher-risk signals.

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

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

- Debian apt - eatmydata - 131-2: normalized package name match | Debian stable package indexes: eatmydata from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Library and utilities designed to disable fsync and friends | https://www.flamingspork.com/projects/libeatmydata/
- Debian apt - libeatmydata1 - 131-2+b1: normalized package name match | Debian stable package indexes: libeatmydata1 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Library and utilities designed to disable fsync and friends - shared library | https://www.flamingspork.com/projects/libeatmydata/
- Nix - libeatmydata: normalized package name match | nixpkgs package indexes: pkgs/by-name/li/libeatmydata/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - eatmydata - 131-1ubuntu1: normalized package name match | Ubuntu 24.04 LTS package indexes: eatmydata from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz | Library and utilities designed to disable fsync and friends | https://www.flamingspork.com/projects/libeatmydata/
- Ubuntu apt - libeatmydata1 - 131-1ubuntu1: normalized package name match | Ubuntu 24.04 LTS package indexes: libeatmydata1 from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz | Library and utilities designed to disable fsync and friends - shared library | https://www.flamingspork.com/projects/libeatmydata/
- apk - libeatmydata - 131-r7: normalized package name match | Alpine Linux edge package indexes: libeatmydata from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | LD_PRELOAD library and utility that disables all forms of writing data safely to disk | https://www.flamingspork.com/projects/libeatmydata/
- dnf - eatmydata - 131-4.fc45: normalized package name match | Fedora Rawhide package metadata: eatmydata from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Utility to disable fsync() and friends for the command specified | https://www.flamingspork.com/projects/libeatmydata/
- dnf - libeatmydata - 131-4.fc45: normalized package name match | Fedora Rawhide package metadata: libeatmydata from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Library and utilities designed to disable fsync and friends | https://www.flamingspork.com/projects/libeatmydata/
- pacman - libeatmydata - 131-2: normalized package name match | Arch Linux sync databases: libeatmydata from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Library and utilities designed to disable fsync and friends. | https://github.com/stewartsmith/libeatmydata
- zypper - eatmydata - 131-2.5: installed executable or alias match | openSUSE Tumbleweed package metadata: eatmydata from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | A library to disable fsync calls | https://www.flamingspork.com/projects/libeatmydata/


## Combined YAML source

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