# 使用 Homebrew, Nix, zypper 安装 fuc

查看 fuc 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:fuc
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install fuc
```

  证据: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#fuc
```

  证据: nixpkgs package indexes: pkgs/by-name/fu/fuc/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- zypper (92%):

```sh
sudo zypper install fuc
```

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

## 软件包事实

- **软件包键:** brew:fuc
- **软件包管理器:** Homebrew
- **版本:** 3.2.0
- **来源摘要:** Modern, performance focused unix commands
- **主页:** <https://github.com/supercilex/fuc>
- **仓库:** <https://github.com/supercilex/fuc>
- **最后更新:** 2026-07-13T15:35:39Z
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- cpz (别名)
- rmz (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 3.2.0
## 项目历史与用法

fuc, short for Fast Unix Commands, is a Rust project that provides performance-focused replacements for selected Unix file commands. Its public tools are cpz, a faster alternative to cp, and rmz, a faster alternative to rm.

### 项目历史

The GitHub repository was created in November 2021 and the official README frames the project around performance, efficiency, and usability. Rather than attempting to replace all of coreutils, the project explicitly limits its scope to selected modern Unix commands and treats portability and full option compatibility as non-goals.

### 采用历史

Official project surfaces distribute fuc through GitHub releases and Rust crates for the individual commands. The Homebrew package facts also show distribution through Homebrew, Nix, and zypper, indicating that the package crossed from Rust ecosystem packaging into general operating-system package managers.

### 使用方式

Users install or package the cpz and rmz commands when they want faster copy and remove operations than traditional coreutils on modern Linux systems. The README points benchmark-minded users to comparison material and tells compatibility-focused users to prefer GNU coreutils or uutils coreutils.

### 为什么软件包爱好者会关心

fuc is interesting to package maintainers because it packages focused Rust rewrites of familiar Unix primitives while being clear about the compatibility boundary. That makes it a benchmark-and-alternative package rather than a transparent coreutils replacement.

### 时间线

- 2021: Repository created on GitHub.
- 2023: 1.0.0 release appears in the official GitHub releases.
- 2024: 2.0.0 release appears in the official GitHub releases.
- 2025: 3.0.0 release appears in the official GitHub releases.
- 2026: 3.1.7 release appears in the official GitHub releases.

### Related projects

- GNU coreutils is the traditional command suite whose cp and rm commands fuc compares against.
- uutils coreutils is the Rust reimplementation that the fuc README names as the broader, more compatible Rust coreutils option.

### 来源

- <https://api.github.com/repos/supercilex/fuc>
- <https://github.com/SUPERCILEX/fuc>
- <https://github.com/SUPERCILEX/fuc#readme>
- <https://github.com/SUPERCILEX/fuc/releases>


## 安全说明

narrow executable package without higher-risk signals.

- **Geiger 风险:** 绿色 / 低
- narrow executable package without higher-risk signals

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

- Nix - fuc: normalized package name match | nixpkgs package indexes: pkgs/by-name/fu/fuc/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- zypper - fuc - 3.2.0-1.2: normalized package name match | openSUSE Tumbleweed package metadata: fuc from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Modern unix commands focused on performance | https://github.com/SUPERCILEX/fuc


## Combined YAML source

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