# Installer fpart avec Homebrew, apt, dnf, Nix

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

## installation

```sh
sudo av install brew:fpart
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install fpart
```

  Preuve: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install fpart
```

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

- dnf (92%):

```sh
sudo dnf install fpart
```

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

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

## Faits du paquet

- **Clé du paquet:** brew:fpart
- **Gestionnaire de paquets:** Homebrew
- **Version:** 1.7.1
- **Résumé source:** Sorts file trees and packs them into bags
- **Page d'accueil:** <https://www.fpart.org/>
- **Dépôt:** <https://github.com/martymac/fpart>
- **Dernière mise à jour:** 2026-07-18T00:25:09Z
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- fpart (alias)
- fpsync (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

fpart is a filesystem partitioner: it crawls file trees, sorts files, and packs them into partitions. Its companion tool fpsync uses those partitions to parallelize file-migration work.

### Historique du projet

The official documentation says fpart was written by Ganael Laplanche, with Jean-Baptiste Denis credited for the original idea. The changelog records an initial 0.1 release on 2011-11-18, a 1.0.0 release on 2017-11-10, and a 1.7.0 release on 2025-01-25.

fpart is primarily developed on FreeBSD, carries embedded fts(3) code derived from FreeBSD for portability, and is tested across FreeBSD, GNU/Linux, Solaris, OpenIndiana, NetBSD, and macOS.

### Historique d'adoption

The official site lists packages for FreeBSD, Debian, Ubuntu, CentOS/Fedora, NixOS, Homebrew, and Spack. That package availability matches fpart's niche: administrators want it ready from the system package manager when handling large file trees or migration jobs.

The project is hosted through Martymac.org, GitHub, and SourceForge, reflecting the long-running open-source utility pattern of keeping multiple source distribution surfaces alive.

### Modes d'utilisation

fpart generates partitions by file count, size, or number of partitions, can operate in live mode with hooks, and can consume arbitrary input such as du output.

fpsync builds on fpart to parallelize rsync, cpio, pax, or tar jobs, use SSH clusters for distributed migrations, start transfers while crawling continues, and resume or replay transfer runs.

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

fpart is package-nerd significant because it fills a pragmatic gap between find, du, rsync, tar, and shell scripting. It packages a specific sysadmin pattern: divide a huge tree into stable bags, then process those bags in parallel.

Its appeal is also dependency-minimal: the official docs describe fpsync as mostly shell plus common tools, making it a natural fit for ports trees and conservative system package collections.

### Chronologie

- 2011: 0.1 initial version released.
- 2014: Official GitHub repository was created.
- 2017: 1.0.0 released.
- 2024: 1.6.0 released.
- 2025: 1.7.0 released.

### Related projects

- fpsync is the closest related project and is distributed with fpart.
- rsync, cpio, pax, tar, SSH, du, and FreeBSD fts(3) are related tools or code bases called out by the official documentation.

### Sources

- <https://api.github.com/repos/martymac/fpart>
- <https://github.com/martymac/fpart>
- <https://raw.githubusercontent.com/martymac/fpart/master/README.md>
- <https://www.fpart.org/>
- <https://www.fpart.org/changelog/>


## Notes de sécurité

broad file, network, media, or database tool signal.

- **Risque Geiger:** blue / moyen
- broad file, network, media, or database tool signal

## Autres enregistrements de gestionnaires de paquets

- Debian apt - fpart - 1.7.0-1: normalized package name match | Debian stable package indexes: fpart from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | sort file trees and pack them into bags | https://sourceforge.net/projects/fpart/
- Nix - fpart: normalized package name match | nixpkgs package indexes: pkgs/by-name/fp/fpart/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - fpart - 1.6.0-1: normalized package name match | Ubuntu 24.04 LTS package indexes: fpart from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | sort file trees and pack them into bags | http://sourceforge.net/projects/fpart/
- dnf - fpart - 1.7.0-4.fc45: normalized package name match | Fedora Rawhide package metadata: fpart from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Helps you sort file trees and pack them into bags | https://fpart.org


## Combined YAML source

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