# fpart を Homebrew, apt, dnf, Nix でインストール

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

## インストール

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

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

### macOS

- Homebrew (100%):

```sh
brew install fpart
```

  証拠: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install fpart
```

  証拠: 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
```

  証拠: 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
```

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

## パッケージ情報

- **パッケージキー:** brew:fpart
- **パッケージマネージャ:** Homebrew
- **バージョン:** 1.7.1
- **ソース概要:** Sorts file trees and packs them into bags
- **ホームページ:** <https://www.fpart.org/>
- **リポジトリ:** <https://github.com/martymac/fpart>
- **最終更新:** 2026-07-18T00:25:09Z
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- fpart (エイリアス)
- fpsync (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

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

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.

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

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.

### 採用の歴史

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.

### 使われ方

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.

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

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.

### タイムライン

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

### ソース

- <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/>


## セキュリティノート

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

- **Geiger リスク:** blue / 中
- broad file, network, media, or database tool signal

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

- 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)


## ソース

- 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
