# Installer btrfs-progs avec Homebrew, apk, apt, dnf, Nix, pacman, zypper

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de btrfs-progs pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:btrfs-progs
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install btrfs-progs
```

  Preuve: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add btrfs-progs
```

  Preuve: Alpine Linux edge package indexes: btrfs-progs from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install btrfs-progs
```

  Preuve: Debian stable package indexes: btrfs-progs from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install btrfs-progs
```

  Preuve: Fedora Rawhide package metadata: btrfs-progs 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#btrfs-progs
```

  Preuve: nixpkgs package indexes: pkgs/by-name/bt/btrfs-progs/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S btrfs-progs
```

  Preuve: Arch Linux sync databases: btrfs-progs from https://geo.mirror.pkgbuild.com/core/os/x86_64/core.db.tar.gz

- zypper (92%):

```sh
sudo zypper install btrfsprogs
```

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

## Faits du paquet

- **Clé du paquet:** brew:btrfs-progs
- **Gestionnaire de paquets:** Homebrew
- **Version:** 7.1
- **Résumé source:** Userspace utilities to manage btrfs filesystems
- **Page d'accueil:** <https://btrfs.readthedocs.io/en/latest/>
- **Dernière mise à jour:** 2026-07-15T00:30:26Z
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- btrfs (alias)
- btrfs-convert (alias)
- btrfs-find-root (alias)
- btrfs-image (alias)
- btrfs-map-logical (alias)
- btrfs-select-super (alias)
- btrfsck (alias)
- btrfstune (alias)
- fsck.btrfs (alias)
- mkfs.btrfs (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 7.1
## Historique du projet et usages

btrfs-progs is the userspace tool suite for administering Btrfs filesystems. It is the command-line half of a major Linux filesystem: mkfs, check, rescue, send/receive, subvolume, device, balance, scrub, image, and related tools all live here.

### Historique du projet

Btrfs is documented as a modern copy-on-write filesystem for Linux focused on advanced features, fault tolerance, repair, and easy administration. btrfs-progs packages the tools and manual pages needed to create and operate those filesystems from userspace.

The btrfs-progs repository hosts the main btrfs administration command, mkfs.btrfs, libbtrfsutil C and Python bindings, manual pages, and documentation sources. Its release cycle is time-based and follows Linux kernel releases, with signed tags and tarballs hosted on kernel.org.

The GitHub mirror/repository metadata shows public repository creation in 2013, while the tool history follows Btrfs itself and its kernel/userspace split. The project deliberately tracks kernel feature compatibility: btrfs-progs version X.Y declares support for kernel features of the same version.

### Historique d'adoption

btrfs-progs is packaged broadly because Btrfs administration requires matching userspace tools. The input metadata lists Alpine, Homebrew, Debian, Fedora/dnf, Nix, Arch/pacman, Ubuntu, and openSUSE/zypper packaging.

Adoption grew with Btrfs use in Linux distributions, storage appliances, snapshotting workflows, rollback systems, container hosts, and developer machines that want cheap snapshots, checksummed metadata/data, compression, and send/receive replication.

Homebrew packaging is mostly for tooling and cross-platform workflows rather than native macOS filesystem administration, because Btrfs itself is a Linux filesystem.

### Modes d'utilisation

The main btrfs command is the administration entry point, while mkfs.btrfs creates filesystems. Other tools support conversion, image capture, rescue, check, logical mapping, tuning, superblock selection, and fsck integration.

Common workflows include creating a filesystem, mounting it with Btrfs-specific options, creating subvolumes and snapshots, balancing allocation profiles, scrubbing for checksum errors, replacing devices, and using send/receive for incremental replication.

There is no general per-user credentials file. Configuration is primarily filesystem state, mount options, kernel interfaces, and command-line usage rather than a single application config file.

### Pourquoi les passionnés de paquets s'y intéressent

btrfs-progs is significant because it is the package-manager face of a Linux filesystem. Updating it is not cosmetic: userspace/kernel feature compatibility, rescue environments, static binaries, and signed release provenance all matter.

It is also a good example of packaging a tool suite whose safest operation depends on kernel behavior, hardware characteristics, and filesystem feature flags. Package maintainers care about version alignment, release notes, and conservative defaults more than a single executable.

### Chronologie

- 2013: Public GitHub repository metadata records creation of kdave/btrfs-progs.
- 2010s: btrfs-progs matures alongside Btrfs kernel support and distribution adoption.
- 2020s: Release cycle follows Linux kernel releases, with signed release tags and kernel.org tarballs.
- 2026: GitHub tags include v7.0 and late 6.x releases, reflecting ongoing maintenance.

### Related projects

- Btrfs is the Linux copy-on-write filesystem administered by btrfs-progs.
- The Linux kernel contains the filesystem implementation whose feature set btrfs-progs tracks.
- libbtrfsutil provides C and Python bindings for some Btrfs userspace operations.
- BusyBox-style standalone btrfs.box builds support rescue and constrained environments.

### Sources

- <https://api.github.com/repos/kdave/btrfs-progs>
- <https://api.github.com/repos/kdave/btrfs-progs/tags?per_page=10>
- <https://btrfs.readthedocs.io/en/latest>
- <https://btrfs.readthedocs.io/en/latest/Administration.html>
- <https://btrfs.readthedocs.io/en/latest/CHANGES.html>
- <https://btrfs.readthedocs.io/en/latest/Introduction.html>
- <https://github.com/kdave/btrfs-progs>
- source_facts.package-manager


## Notes de sécurité

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour btrfs-progs. Les métadonnées de paquet Nucleus restent publiées ici afin que la couverture future dispose d'une URL stable.


## Autres enregistrements de gestionnaires de paquets

- Debian apt - btrfs-progs - 6.14-1: normalized package name match | Debian stable package indexes: btrfs-progs from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Checksumming Copy on Write Filesystem utilities | http://btrfs.wiki.kernel.org/
- Debian apt - libbtrfs-dev - 6.14-1: normalized package name match | Debian stable package indexes: libbtrfs-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Checksumming Copy on Write Filesystem utilities (development headers) | http://btrfs.wiki.kernel.org/
- Debian apt - libbtrfs0t64 - 6.14-1: normalized package name match | Debian stable package indexes: libbtrfs0t64 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Checksumming Copy on Write Filesystem utilities (runtime library) | http://btrfs.wiki.kernel.org/
- Debian apt - libbtrfsutil-dev - 6.14-1: normalized package name match | Debian stable package indexes: libbtrfsutil-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Checksumming Copy on Write Filesystem utilities (util development headers) | http://btrfs.wiki.kernel.org/
- Debian apt - libbtrfsutil1t64 - 6.14-1: normalized package name match | Debian stable package indexes: libbtrfsutil1t64 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Checksumming Copy on Write Filesystem utilities (runtime util library) | http://btrfs.wiki.kernel.org/
- Debian apt - python3-btrfsutil - 6.14-1: normalized package name match | Debian stable package indexes: python3-btrfsutil from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Checksumming Copy on Write Filesystem utilities (python3 bindings) | http://btrfs.wiki.kernel.org/
- Nix - btrfs-progs: normalized package name match | nixpkgs package indexes: pkgs/by-name/bt/btrfs-progs/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - btrfs-progs - 6.6.3-1.1build2: normalized package name match | Ubuntu 24.04 LTS package indexes: btrfs-progs from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz | Checksumming Copy on Write Filesystem utilities | http://btrfs.wiki.kernel.org/
- Ubuntu apt - libbtrfs-dev - 6.6.3-1.1build2: normalized package name match | Ubuntu 24.04 LTS package indexes: libbtrfs-dev from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz | Checksumming Copy on Write Filesystem utilities (development headers) | http://btrfs.wiki.kernel.org/
- Ubuntu apt - libbtrfs0t64 - 6.6.3-1.1build2: normalized package name match | Ubuntu 24.04 LTS package indexes: libbtrfs0t64 from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz | Checksumming Copy on Write Filesystem utilities (runtime library) | http://btrfs.wiki.kernel.org/
- Ubuntu apt - libbtrfsutil-dev - 6.6.3-1.1build2: normalized package name match | Ubuntu 24.04 LTS package indexes: libbtrfsutil-dev from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz | Checksumming Copy on Write Filesystem utilities (util development headers) | http://btrfs.wiki.kernel.org/
- Ubuntu apt - libbtrfsutil1t64 - 6.6.3-1.1build2: normalized package name match | Ubuntu 24.04 LTS package indexes: libbtrfsutil1t64 from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz | Checksumming Copy on Write Filesystem utilities (runtime util library) | http://btrfs.wiki.kernel.org/
- Ubuntu apt - python3-btrfsutil - 6.6.3-1.1build2: normalized package name match | Ubuntu 24.04 LTS package indexes: python3-btrfsutil from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Checksumming Copy on Write Filesystem utilities (python3 bindings) | http://btrfs.wiki.kernel.org/
- apk - btrfs-progs - 6.17.1-r1: normalized package name match | Alpine Linux edge package indexes: btrfs-progs from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | BTRFS filesystem utilities | https://btrfs.wiki.kernel.org
- apk - btrfs-progs-bash-completion - 6.17.1-r1: normalized package name match | Alpine Linux edge package indexes: btrfs-progs-bash-completion from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Bash completions for btrfs-progs | https://btrfs.wiki.kernel.org
- apk - btrfs-progs-dev - 6.17.1-r1: normalized package name match | Alpine Linux edge package indexes: btrfs-progs-dev from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | BTRFS filesystem utilities (development files) | https://btrfs.wiki.kernel.org


## Combined YAML source

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


## Sources

- 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
