Automic VaultAutomic Vault

brew

Installer findutils avec Homebrew, apk, chocolatey, apt, dnf, MacPorts, Nix, pacman, zypper, scoop

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de findutils pour les workflows d'agents IA.

installation

Commandes d'installation supplémentaires

macOS

Homebrewvérifié · 100%
brew install findutils

local Homebrew formula metadata

MacPortsvérifié · 94%
sudo port install findutils

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

Linux

Alpine Linux apkvérifié · 92%
sudo apk add findutils

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

Debian aptvérifié · 92%
sudo apt install findutils

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

Fedora dnfvérifié · 92%
sudo dnf install findutils

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

Nixvérifié · 92%
nix profile install nixpkgs#findutils

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

Arch Linux pacmanvérifié · 92%
sudo pacman -S findutils

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

openSUSE zyppervérifié · 92%
sudo zypper install findutils

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

Windows

Chocolateyvérifié · 92%
choco install findutils

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

Scoopvérifié · 92%
scoop install main/findutils

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

aperçu

Résumé du paquet

Collection of GNU find, xargs, and locate

Commandes et alias

  • find
  • locate
  • updatedb
  • xargs

historique

Historique du projet et usages

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.

Historique du projet

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.

Historique d'adoption

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.

Modes d'utilisation

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.

Pourquoi les passionnés de paquets s'y intéressent

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.

Chronologie

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

posture de sécurité

Niveau de risque : vert

narrow executable package without higher-risk signals.

Classificateur de risque

risque vert · confiance faible · appliance

Pourquoi

  • narrow executable package without higher-risk signals

Signaux

  • metadata:no-higher-risk-signals

Comportement d'installation

  • Aucun hook post-install Homebrew n’est enregistré dans les métadonnées de formule.
  • Les métadonnées de bottle Homebrew sont disponibles pour 6 plateformes.

Revue recommandée

Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.

exécutables

Exécutables installés

CommandeTypeExpositionNote
findcliexécutable global
locatecliexécutable global
updatedbcliexécutable global
xargscliexécutable global

fraîcheur

Version et fraîcheur

Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.

page générée2026-07-26
version du gestionnaire4.11.0
gestionnaire mis à jour2026-07-11
données localesOK
amontnot checked
dernière version détectéenon détecté

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

métadonnées d'installation

Métadonnées du paquet

Clé du paquetbrew:findutils
Version4.11.0
Gestionnaire de paquetsHomebrew
Page du gestionnaire de paquetshttps://formulae.brew.sh/formula/findutils
Page d'accueilhttps://www.gnu.org/software/findutils/
Dépôthttps://git.savannah.gnu.org/git/findutils.git
Docs amonthttps://www.gnu.org/software/findutils
LicenceGPL-3.0-or-later
Archive sourcehttps://ftpmirror.gnu.org/gnu/findutils/findutils-4.11.0.tar.xz
Dernière mise à jour2026-07-11T21:00:08Z
Pulseupdated
Bouteilledisponible (sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
post-install Homebrewnon défini
Serviceaucun déclaré
PrécautionsAll 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"

faits du registre

Détails de la base source

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

correspondances dans les bases sources

Autres enregistrements de gestionnaires de paquets

Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.

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
  • Correspondance par : 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 Dépendances
  • normalized package name match
  • Correspondance par : 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
  • Correspondance par : 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
  • Correspondance par : 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 Dépendances
  • normalized package name match
  • Correspondance par : 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 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : 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
  • Correspondance par : 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 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : 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
  • Correspondance par : 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 Dépendances
  • 3 fournit
  • normalized package name match
  • Correspondance par : 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 Dépendances
  • normalized package name match
  • Correspondance par : 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 Dépendances
  • 2 fournit
  • normalized package name match
  • Correspondance par : 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 Dépendances
  • 3 fournit
  • normalized package name match
  • Correspondance par : 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
  • Correspondance par : 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
  • Correspondance par : 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
  • Correspondance par : 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

piste source

Généré depuis les données du dépôt

Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.

Sources utilisées

  • 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