Automic VaultAutomic Vault

brew

使用 Homebrew, apk, chocolatey, apt, dnf, MacPorts, Nix, pacman, zypper, scoop 安装 findutils

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

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install findutils

local Homebrew formula metadata

MacPorts已验证 · 94%
sudo port install findutils

MacPorts ports tree · sysutils/findutils/Portfile · 来源: api.github.com

Linux

Alpine Linux apk已验证 · 92%
sudo apk add findutils

Alpine Linux edge package indexes · findutils · 来源: dl-cdn.alpinelinux.org

Debian apt已验证 · 92%
sudo apt install findutils

Debian stable package indexes · findutils · 来源: deb.debian.org

Fedora dnf已验证 · 92%
sudo dnf install findutils

Fedora Rawhide package metadata · findutils · 来源: dl.fedoraproject.org

Nix已验证 · 92%
nix profile install nixpkgs#findutils

nixpkgs package indexes · findutils · 来源: raw.githubusercontent.com

Arch Linux pacman已验证 · 92%
sudo pacman -S findutils

Arch Linux sync databases · findutils · 来源: geo.mirror.pkgbuild.com

openSUSE zypper已验证 · 92%
sudo zypper install findutils

openSUSE Tumbleweed package metadata · findutils · 来源: download.opensuse.org

Windows

Chocolatey已验证 · 92%
choco install findutils

Chocolatey community package catalog · findutils · 来源: community.chocolatey.org

Scoop已验证 · 92%
scoop install main/findutils

Scoop official bucket manifest trees · bucket/findutils.json · 来源: api.github.com

概览

软件包摘要

Collection of GNU find, xargs, and locate

命令和别名

  • find
  • locate
  • updatedb
  • xargs

历史

项目历史与用法

GNU findutils is the GNU collection of file-searching utilities: find, xargs, locate, and updatedb. It is one of the classic Unix-style packages that turns filesystem traversal, file selection, and command construction into scriptable command-line primitives.

项目历史

The findutils NEWS file traces the beginning of findutils history to 1987, with known releases from 1.0 in June 1990 onward. The distribution was renamed to findutils in release 4.1 in November 1994, after earlier 1.x, 2.x, and 3.x releases had already established the GNU versions of find-related tools.

Release 4.0 in November 1994 added a Texinfo manual, man pages for updatedb and locate database formats, find performance work, symlink-loop handling improvements, locate database changes, updatedb command-line options, xargs performance improvements, and a test suite for xargs. Those notes show the package maturing from separate Unix utilities into a maintained GNU distribution.

The modern package continues to evolve around compatibility and edge cases rather than novelty. GNU findutils 4.10.0, released in June 2024, changed xargs signal behavior to improve POSIX compliance, fixed xargs parallel-execution behavior, improved diagnostics, rejected obsolete year-2038-unsafe configurations, and updated translations.

采用历史

GNU findutils became a baseline package because find and xargs are core building blocks for shell scripts, build systems, package recipes, cleanup jobs, and system administration. Its utilities are used directly by humans and indirectly by scripts that need portable traversal, filtering, batching, and deletion behavior.

On GNU/Linux systems, GNU findutils is typically the default implementation behind find, xargs, locate, and updatedb. On macOS and other Unix-like systems it is often installed explicitly when users need GNU options or behavior rather than the platform's BSD-derived tools.

使用方式

find traverses directory trees and selects files by name, type, time, permissions, ownership, size, path, expression logic, and many other predicates. It can print matches, delete files, execute commands, or pass NUL-delimited output into other tools.

xargs turns input lists into command invocations, often pairing with find -print0 for safe processing of filenames containing whitespace or special characters. locate and updatedb provide the faster database-backed counterpart: updatedb builds the filename database and locate searches it.

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

GNU findutils is package-nerd bedrock because it is both infrastructure and user interface. Package builds, source cleanups, test runners, release scripts, and sysadmin snippets constantly rely on find and xargs semantics, so small behavior changes can matter across thousands of downstream projects.

It is also a classic example of GNU userland divergence: users on BSD/macOS often install it specifically to get GNU find behavior, while Linux distributions treat it as part of the expected base command set.

时间线

  • 1987: Beginning of findutils history recorded in the GNU findutils NEWS file.
  • 1990: GNU findutils 1.0 release date is recorded as June 22.
  • 1994: Release 4.0 adds the Texinfo manual, updatedb and locatedb man pages, find improvements, locate database changes, and xargs tests.
  • 1994: Release 4.1 renames the distribution to findutils.
  • 2003: Release 4.1.20 marks James Youngman as the new maintainer.
  • 2015: Release 4.6.0 is described as the first stable release since 4.4.2.
  • 2024: Release 4.10.0 ships POSIX-related xargs changes, diagnostics improvements, year-2038 build checks, documentation updates, and translation updates.

Related projects

  • GNU grep, GNU sed, GNU coreutils, and GNU tar are neighboring command-line packages in the same GNU userland culture.
  • BSD find and BSD xargs are the comparison point on macOS and BSD systems.
  • mlocate and plocate are related locate-style tools in the broader filename-database search family.

安全态势

风险级别:绿色

narrow executable package without higher-risk signals.

风险分类器

绿色 风险 · 低 置信度 · appliance

原因

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

安装行为

  • formula 元数据中未记录 Homebrew post-install 钩子。
  • Homebrew bottle 元数据适用于 6 个平台目标。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

可执行文件

已安装的可执行文件

命令类型暴露范围备注
findcli全局可执行文件
locatecli全局可执行文件
updatedbcli全局可执行文件
xargscli全局可执行文件

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-07-26
管理器版本4.11.0
管理器更新时间2026-07-11
本地数据OK
上游not checked
检测到的最新版本未检测到

https://www.gnu.org/software/findutils/

安装元数据

软件包元数据

软件包键brew:findutils
版本4.11.0
软件包管理器Homebrew
软件包管理器页面https://formulae.brew.sh/formula/findutils
主页https://www.gnu.org/software/findutils/
仓库https://git.savannah.gnu.org/git/findutils.git
上游文档https://www.gnu.org/software/findutils
许可证GPL-3.0-or-later
源码归档https://ftpmirror.gnu.org/gnu/findutils/findutils-4.11.0.tar.xz
最后更新2026-07-11T21:00:08Z
Pulseupdated
Bottle可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定义
服务未声明
注意事项All commands have been installed with the prefix "g". If you need to use these commands with their normal names, you can add a "gnubin" directory to your PATH from your bashrc like: PATH="$HOMEBREW_PREFIX/opt/findutils/libexec/gnubin:$PATH"

注册表事实

源数据库详情

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namefindutils
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

源数据库匹配

其他软件包管理器记录

匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。

Debian apt95%

findutils 4.10.0-3

utilities for finding files--find, xargs

https://savannah.gnu.org/projects/findutils/

sudo apt install findutils
  • Section: utils
  • Architecture: amd64
  • normalized package name match
  • 匹配方式:Findutils
Debian stable package indexes · deb.debian.org · Debian stable package indexes: findutils from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

locate 4.10.0-3

maintain and query an index of a directory tree

https://savannah.gnu.org/projects/findutils/

sudo apt install locate
  • Section: utils
  • Architecture: amd64
  • Source Package: findutils
  • 2 依赖
  • normalized package name match
  • 匹配方式:Findutils
Debian stable package indexes · deb.debian.org · Debian stable package indexes: locate from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

findutils

nix profile install nixpkgs#findutils
  • normalized package name match
  • 匹配方式:Findutils
nixpkgs package indexes · raw.githubusercontent.com · nixpkgs package indexes: findutils from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
Ubuntu apt95%

findutils 4.9.0-5build1

utilities for finding files--find, xargs

https://savannah.gnu.org/projects/findutils/

sudo apt install findutils
  • Section: utils
  • Architecture: amd64
  • normalized package name match
  • 匹配方式:Findutils
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: findutils from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
Ubuntu apt95%

locate 4.9.0-5build1

maintain and query an index of a directory tree

https://savannah.gnu.org/projects/findutils/

sudo apt install locate
  • Section: universe/utils
  • Architecture: amd64
  • Source Package: findutils
  • 2 依赖
  • normalized package name match
  • 匹配方式:Findutils
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: locate from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

findutils 4.10.0-r1

GNU utilities for finding files

https://www.gnu.org/software/findutils/

sudo apk add findutils
  • License: GPL-3.0-or-later
  • Architecture: x86_64
  • Source Package: findutils
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Findutils
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: findutils from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

findutils-doc 4.10.0-r1

GNU utilities for finding files (documentation)

https://www.gnu.org/software/findutils/

sudo apk add findutils-doc
  • License: GPL-3.0-or-later
  • Architecture: x86_64
  • Source Package: findutils
  • normalized package name match
  • 匹配方式:Findutils
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: findutils-doc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

findutils-locate 4.10.0-r1

locate and updatedb from findutils

https://www.gnu.org/software/findutils/

sudo apk add findutils-locate
  • License: GPL-3.0-or-later
  • Architecture: x86_64
  • Source Package: findutils
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Findutils
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: findutils-locate from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

findutils-locate-doc 4.10.0-r1

locate and updatedb from findutils (documentation)

https://www.gnu.org/software/findutils/

sudo apk add findutils-locate-doc
  • License: GPL-3.0-or-later
  • Architecture: x86_64
  • Source Package: findutils
  • normalized package name match
  • 匹配方式:Findutils
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: findutils-locate-doc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
dnf95%

findutils 4.10.0-7.fc44

The GNU versions of find utilities (find and xargs)

https://www.gnu.org/software/findutils/

sudo dnf install findutils
  • License: GPL-3.0-or-later
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: findutils
  • 4 依赖
  • 3 提供
  • normalized package name match
  • 匹配方式:Findutils
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: findutils from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

findutils 4.10.0-3

GNU utilities to locate files

https://www.gnu.org/software/findutils/

sudo pacman -S findutils
  • License: GPL-3.0-or-later
  • Architecture: x86_64
  • 1 依赖
  • normalized package name match
  • 匹配方式:Findutils
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: findutils from https://geo.mirror.pkgbuild.com/core/os/x86_64/core.db.tar.gz
zypper95%

findutils 4.10.0-2.5

The GNU versions of find utilities (find and xargs)

https://www.gnu.org/software/findutils/

sudo zypper install findutils
  • License: GPL-3.0-or-later
  • Category: Productivity/File utilities
  • Architecture: x86_64
  • Source Package: findutils
  • 3 依赖
  • 2 提供
  • normalized package name match
  • 匹配方式:Findutils
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: findutils from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

findutils-lang 4.10.0-2.5

Translations for package findutils

https://www.gnu.org/software/findutils/

sudo zypper install findutils-lang
  • License: GPL-3.0-or-later
  • Category: System/Localization
  • Architecture: noarch
  • Source Package: findutils
  • 1 依赖
  • 3 提供
  • normalized package name match
  • 匹配方式:Findutils
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: findutils-lang from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
MacPorts95%

findutils

sudo port install findutils
  • normalized package name match
  • 匹配方式:Findutils
MacPorts ports tree · api.github.com · MacPorts ports tree: sysutils/findutils/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Chocolatey95%

findutils

choco install findutils
  • normalized package name match
  • 匹配方式:Findutils
Chocolatey community package catalog · community.chocolatey.org · Chocolatey community package catalog: findutils from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','fah'
Scoop95%

main/findutils

scoop install main/findutils
  • normalized package name match
  • 匹配方式:Findutils
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/findutils.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

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