Installation

This is a list of uutils packages in various distributions and package managers. Note that these are packaged by third-parties and the packages might contain patches.

You can also build findutils from source.

Cargo

crates.io package

cargo install findutils

Linux

Debian

Debian 13 package

Debian Unstable package

apt install rust-findutils
# To use it:
export PATH=/usr/lib/cargo/bin/findutils:$PATH

Gentoo

Gentoo package

emerge -pv sys-apps/uutils-findutils

MacOS

Homebrew

Homebrew package

brew install uutils-findutils

FreeBSD

FreeBSD port

pkg install rust-findutils

Windows

As far as we are aware, findutils has not been packaged for any package managers on Windows yet.