# 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/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-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
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/fpart>
- **Version:** 1.7.0
- **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>
- **Docs amont:** <https://github.com/martymac/fpart#readme>
- **Licence:** BSD-2-Clause
- **Archive source:** <https://github.com/martymac/fpart/archive/refs/tags/fpart-1.7.0.tar.gz>
- **Dernière mise à jour:** 2026-06-15T10:20:16-04:00
- **Généré:** 2026-07-08T07:18:31+00:00

## exécutables

- fpart (cli)
- fpsync (cli)
- fpart (alias)
- fpsync (alias)

## Dépendances de compilation

- autoconf
- automake

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux

## Version et fraîcheur

- page générée: 2026-07-08
- version du gestionnaire: 1.7.0
- gestionnaire mis à jour: 2026-06-15
- données locales: OK
- dépôt amont: https://github.com/martymac/fpart
- dernière version détectée: fpart-1.7.0 (à jour)
## 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

## Détails de la base source

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

## 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-3.fc44: normalized package name match | Fedora Rawhide package metadata: fpart from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | Helps you sort file trees and pack them into bags | https://fpart.org


## Liens liés

- [Secret-risk packages](https://www.automicvault.com/fr/pkg/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://www.automicvault.com/fr/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/fr/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Homebrew utility packages](https://www.automicvault.com/fr/pkg/brew-utility-packages/) - Matched Homebrew package provider.
- [autoconf](https://www.automicvault.com/fr/pkg/brew/autoconf/) - Build dependency declared by Homebrew.
- [automake](https://www.automicvault.com/fr/pkg/brew/automake/) - Build dependency declared by Homebrew.
- [gaffitter](https://www.automicvault.com/fr/pkg/brew/gaffitter/) - Shares av.db curated category or tags: cli, file-management, packing, system.
- [xcv](https://www.automicvault.com/fr/pkg/brew/xcv/) - Shares av.db curated category or tags: cli, file-management, files, system.
- [ccd2iso](https://www.automicvault.com/fr/pkg/brew/ccd2iso/) - Shares av.db curated category or tags: cli, file-management, system.
- [czkawka](https://www.automicvault.com/fr/pkg/brew/czkawka/) - Shares av.db curated category or tags: cli, file-management, system.
- [ddh](https://www.automicvault.com/fr/pkg/brew/ddh/) - Shares av.db curated category or tags: cli, file-management, system.
- [detox](https://www.automicvault.com/fr/pkg/brew/detox/) - Shares av.db curated category or tags: cli, file-management, system.
- [dupseek](https://www.automicvault.com/fr/pkg/brew/dupseek/) - Shares av.db curated category or tags: cli, file-management, system.
- [dust](https://www.automicvault.com/fr/pkg/brew/dust/) - Shares av.db curated category or tags: cli, file-management, system.

## Combined YAML source

View the package source record on GitHub. [combined/fpart.yml](https://github.com/automic-vault/db/blob/main/combined/fpart.yml)


## Sources

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