# 使用 Homebrew 安装 dupseek

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

## 安装

```sh
sudo av install brew:dupseek
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install dupseek
```

  证据: local Homebrew formula metadata

## 软件包事实

- **软件包键:** brew:dupseek
- **软件包管理器:** Homebrew
- **版本:** 1.3
- **来源摘要:** Interactive program to find and remove duplicate files
- **主页:** <http://www.beautylabs.net/software/dupseek.html>
- **最后更新:** 2026-05-19T13:03:29-04:00
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- dupseek (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

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

dupseek is Antonio Bellezza's small interactive Perl command-line tool for finding and removing duplicate files. Its interest is the algorithm and workflow: it compares files progressively instead of simply hashing every candidate up front.

### 项目历史

The official Beautylabs page dates the public releases to 2003-2005, with version 1.0 in June 2003 and version 1.3 in September 2005. The tool was distributed as a small archive containing development files and the standalone dupseek program.

The page contrasts dupseek with the common size-plus-fingerprint method. dupseek first groups by file size, then reads and compares small chunks, increasing chunk size and dropping files from consideration as soon as they differ. The author presents this as especially efficient when many large files share the same size.

### 采用历史

The official platform notes list reports from Debian GNU/Linux Woody and Sarge, Mac OS X 10.2.6, and FreeBSD 4.7. Credits mention a contributed patch for batch processing and option parsing, plus outside Mac OS X testing, which suggests modest but real user feedback around a personal utility.

### 使用方式

dupseek is meant for careful cleanup rather than unattended deduplication. It can be interrupted with Ctrl-C to show partial results, and the user can inspect groups or continue processing. The official warning is blunt because automatic deletion support appeared in version 1.1.

The notable operational caveat is that directories being checked should not be modified while dupseek runs, and older versions had a dangerous duplicate-directory bug that was later marked corrected in version 1.3.

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

dupseek is a compact example of pre-modern duplicate-file tooling: one Perl script, interactive control, sparse reads, and explicit user caution. It is less famous than later dedup tools, but it captures a useful design tradeoff from the early-2000s Unix utility shelf.

### 时间线

- 2003-06-06: dupseek 1.0 released.
- 2003-06-27: dupseek 1.1 released with automatic deletion support.
- 2005-03-07: dupseek 1.2 released.
- 2005-09-24: dupseek 1.3 released and listed as the latest version on the official page.

### Related projects

- The official page compares dupseek's approach with duplicate finders that group by file size and then compute a short fingerprint such as an MD5 checksum, but it does not name a specific competing tool.

### 来源

- <http://www.beautylabs.net/software/dupseek.html>


## 安全说明

narrow executable package without higher-risk signals.

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


## Combined YAML source

View the package source record on GitHub. [combined/dupseek.yml](https://github.com/mxcl/pkgdb/blob/main/combined/dupseek.yml)


## 来源

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- cross-ecosystem install command graph
