pkg.soopen package index

brew / rank 14667

Install libeatmydata with Homebrew, apk, dnf, Nix, pacman, apt, zypper

LD_PRELOAD library and wrapper to transparently disable fsync and related calls. Version 131 via Homebrew; verified from local package data. Also installable with debian: sudo apt install eatmydata.

install

Additional install commands

macOS

Homebrewverified · 100%
brew install libeatmydata

local Homebrew formula metadata

Linux

Alpine Linux apkverified · 92%
sudo apk add libeatmydata

Alpine Linux edge package indexes · libeatmydata · source: dl-cdn.alpinelinux.org

Fedora dnfverified · 92%
sudo dnf install libeatmydata

Fedora Rawhide package metadata · libeatmydata · source: dl.fedoraproject.org

Nixverified · 92%
nix profile install nixpkgs#libeatmydata

nixpkgs package indexes · pkgs/by-name/li/libeatmydata/package.nix · source: api.github.com

Arch Linux pacmanverified · 92%
sudo pacman -S libeatmydata

Arch Linux sync databases · libeatmydata · source: geo.mirror.pkgbuild.com

Debian aptverified · 92%
sudo apt install eatmydata

Debian stable package indexes · eatmydata · source: deb.debian.org

openSUSE zypperverified · 92%
sudo zypper install eatmydata

openSUSE Tumbleweed package metadata · eatmydata · source: download.opensuse.org

overview

Package summary

LD_PRELOAD library and wrapper to transparently disable fsync and related calls

Commands and aliases

  • eatmydata

history

Project history and usage

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.

Project history

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.

Adoption history

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.

How it is used

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.

Why package nerds care

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.

Timeline

  • 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.

security posture

Risk level: green

library-like package without higher-risk signals.

Risk classifier

green risk · low confidence · appliance

Why

  • library-like package without higher-risk signals

Signals

  • metadata:library-like

Install behavior

  • No Homebrew bottle metadata was recorded.

Recommended review

Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.

executables

Installed executables

CommandKindExposureNote
eatmydataexecutableindexed executableDiscovered from the local executable index.

freshness

Version and freshness

These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.

page generated2026-08-03
manager version131
manager updated
local dataunknown
upstreamnot available
latest detectednot detected
  • okNo freshness warnings were generated.

install metadata

Package metadata

Package keybrew:libeatmydata
Version131
Package managerHomebrew
Homepagehttps://www.flamingspork.com/projects/libeatmydata/
Repositoryhttps://github.com/stewartsmith/libeatmydata
Bottlenot recorded
Servicenone declared

source database matches

Other package-manager records

Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.

Debian apt95%

eatmydata 131-2

Library and utilities designed to disable fsync and friends

https://www.flamingspork.com/projects/libeatmydata/

sudo apt install eatmydata
  • Section: utils
  • Architecture: all
  • Source Package: libeatmydata
  • 1 dependencies
  • normalized package name match
  • Matched by: Libeatmydata
Debian stable package indexes · deb.debian.org · Debian stable package indexes: eatmydata from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libeatmydata1 131-2+b1

Library and utilities designed to disable fsync and friends - shared library

https://www.flamingspork.com/projects/libeatmydata/

sudo apt install libeatmydata1
  • Section: libs
  • Architecture: amd64
  • Source Package: libeatmydata
  • 1 dependencies
  • normalized package name match
  • Matched by: Libeatmydata
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libeatmydata1 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

libeatmydata

nix profile install nixpkgs#libeatmydata
  • normalized package name match
  • Matched by: Libeatmydata
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/li/libeatmydata/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

eatmydata 131-1ubuntu1

Library and utilities designed to disable fsync and friends

https://www.flamingspork.com/projects/libeatmydata/

sudo apt install eatmydata
  • Section: utils
  • Architecture: all
  • Source Package: libeatmydata
  • 1 dependencies
  • normalized package name match
  • Matched by: Libeatmydata
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: eatmydata from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
Ubuntu apt95%

libeatmydata1 131-1ubuntu1

Library and utilities designed to disable fsync and friends - shared library

https://www.flamingspork.com/projects/libeatmydata/

sudo apt install libeatmydata1
  • Section: utils
  • Architecture: amd64
  • Source Package: libeatmydata
  • 1 dependencies
  • normalized package name match
  • Matched by: Libeatmydata
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libeatmydata1 from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
apk95%

libeatmydata 131-r7

LD_PRELOAD library and utility that disables all forms of writing data safely to disk

https://www.flamingspork.com/projects/libeatmydata/

sudo apk add libeatmydata
  • License: GPL-3.0-or-later
  • Architecture: x86_64
  • Source Package: libeatmydata
  • 1 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Libeatmydata
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: libeatmydata from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
dnf95%

eatmydata 131-4.fc45

Utility to disable fsync() and friends for the command specified

https://www.flamingspork.com/projects/libeatmydata/

sudo dnf install eatmydata
  • License: GPL-3.0-only
  • Category: Development/Tools
  • Architecture: x86_64
  • Source Package: libeatmydata
  • 2 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Libeatmydata
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: eatmydata from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst
dnf95%

libeatmydata 131-4.fc45

Library and utilities designed to disable fsync and friends

https://www.flamingspork.com/projects/libeatmydata/

sudo dnf install libeatmydata
  • License: GPL-3.0-only
  • Category: Development/Tools
  • Architecture: x86_64
  • Source Package: libeatmydata
  • 2 dependencies
  • 2 provides
  • normalized package name match
  • Matched by: Libeatmydata
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: libeatmydata from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst
pacman95%

libeatmydata 131-2

Library and utilities designed to disable fsync and friends.

https://github.com/stewartsmith/libeatmydata

sudo pacman -S libeatmydata
  • License: GPL3
  • Architecture: x86_64
  • 1 dependencies
  • normalized package name match
  • Matched by: Libeatmydata
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: libeatmydata from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper92%

eatmydata 131-2.5

A library to disable fsync calls

https://www.flamingspork.com/projects/libeatmydata/

sudo zypper install eatmydata
  • License: GPL-3.0-only
  • Category: Development/Tools/Other
  • Architecture: x86_64
  • Source Package: eatmydata
  • 3 dependencies
  • 2 provides
  • installed executable or alias match
  • Matched by: Eatmydata
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: eatmydata from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

source trail

Generated from repository data

This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.

Used sources

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