Automic VaultAutomic Vault

brew

Install findutils with Homebrew, apk, chocolatey, apt, dnf, MacPorts, Nix, pacman, scoop, zypper

Collection of GNU find, xargs, and locate. Version 4.10.0 via Homebrew; verified from local package data.

install

Additional install commands

macOS

Homebrewverified · 100%
brew install findutils

local Homebrew formula metadata

MacPortsverified · 94%
sudo port install findutils

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

Linux

Alpine Linux apkverified · 92%
sudo apk add findutils

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

Debian aptverified · 92%
sudo apt install findutils

Debian stable package indexes · findutils · source: deb.debian.org

Fedora dnfverified · 92%
sudo dnf install findutils

Fedora Rawhide package metadata · findutils · source: dl.fedoraproject.org

Nixverified · 92%
nix profile install nixpkgs#findutils

nixpkgs package indexes · findutils · source: raw.githubusercontent.com

Arch Linux pacmanverified · 92%
sudo pacman -S findutils

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

openSUSE zypperverified · 92%
sudo zypper install findutils

openSUSE Tumbleweed package metadata · findutils · source: download.opensuse.org

Windows

Chocolateyverified · 92%
choco install findutils

Chocolatey community package catalog · findutils · source: community.chocolatey.org

Scoopverified · 92%
scoop install main/findutils

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

overview

Package summary

Collection of GNU find, xargs, and locate

Commands and aliases

  • find
  • locate
  • updatedb
  • xargs

history

Project history and usage

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.

Project history

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.

Adoption history

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.

How it is used

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.

Why package nerds care

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.

Timeline

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

security posture

Risk level: green

narrow executable package without higher-risk signals.

Risk classifier

green risk · low confidence · appliance

Why

  • narrow executable package without higher-risk signals

Signals

  • metadata:no-higher-risk-signals

Install behavior

  • No Homebrew post-install hook is recorded in formula metadata.
  • Homebrew bottle metadata is available for 6 platform targets.

Recommended review

Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.

executables

Installed executables

CommandKindExposureNote
findcliglobal executable
locatecliglobal executable
updatedbcliglobal executable
xargscliglobal executable

freshness

Version and freshness

These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.

page generated2026-07-08
manager version4.10.0
manager updated
local dataok
upstreamnot checked
latest detectednot detected

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

install metadata

Package metadata

Package keybrew:findutils
Version4.10.0
Package managerHomebrew
Package manager pagehttps://formulae.brew.sh/formula/findutils
Homepagehttps://www.gnu.org/software/findutils/
Repositoryhttps://git.savannah.gnu.org/git/findutils.git
Upstream docshttps://www.gnu.org/software/findutils
LicenseGPL-3.0-or-later
Source archivehttps://ftpmirror.gnu.org/gnu/findutils/findutils-4.10.0.tar.xz
Bottleavailable (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-installnot defined
Servicenone declared
CaveatsAll 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"

registry facts

Source database details

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

source database matches

Other package-manager records

Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.

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
  • Matched by: 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 dependencies
  • normalized package name match
  • Matched by: 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
  • Matched by: 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
  • Matched by: 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 dependencies
  • normalized package name match
  • Matched by: 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 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: 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
  • Matched by: 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 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: 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
  • Matched by: 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 dependencies
  • 3 provides
  • normalized package name match
  • Matched by: 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 dependencies
  • normalized package name match
  • Matched by: 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 dependencies
  • 2 provides
  • normalized package name match
  • Matched by: 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 dependencies
  • 3 provides
  • normalized package name match
  • Matched by: 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
  • Matched by: 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
  • Matched by: 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
  • Matched by: 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

source trail

Generated from repository data

This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.

Used sources

  • 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