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
cargo install findutils
Linux
Debian
apt install rust-findutils
# To use it:
export PATH=/usr/lib/cargo/bin/findutils:$PATH
Gentoo
emerge -pv sys-apps/uutils-findutils
MacOS
Homebrew
brew install uutils-findutils
FreeBSD
pkg install rust-findutils
Windows
As far as we are aware, findutils
has not been packaged for any package managers on Windows yet.