# 使用 Homebrew, apt, dnf, Nix 安装 fpart

查看 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/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-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
- **软件包管理器页面:** <https://formulae.brew.sh/formula/fpart>
- **版本:** 1.7.0
- **来源摘要:** Sorts file trees and packs them into bags
- **主页:** <https://www.fpart.org/>
- **仓库:** <https://github.com/martymac/fpart>
- **上游文档:** <https://github.com/martymac/fpart#readme>
- **许可证:** BSD-2-Clause
- **源码归档:** <https://github.com/martymac/fpart/archive/refs/tags/fpart-1.7.0.tar.gz>
- **最后更新:** 2026-06-15T10:20:16-04:00
- **已生成:** 2026-07-08T18:08:21+00:00

## 可执行文件

- fpart (cli)
- fpsync (cli)
- fpart (别名)
- fpsync (别名)

## 构建依赖

- autoconf
- automake

## 安装行为

- post-install 钩子: 未定义
- Bottle: 可用 于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux

## 版本和新鲜度

- 页面生成时间: 2026-07-08
- 管理器版本: 1.7.0
- 管理器更新时间: 2026-06-15
- 本地数据: OK
- 上游仓库: https://github.com/martymac/fpart
- 检测到的最新版本: fpart-1.7.0 (当前)
## 项目历史与用法

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

## 源数据库详情

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

## 其他软件包管理器记录

- 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


## 相关链接

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


## 来源

- 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
