# 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](build.md).
## Cargo
[](https://crates.io/crates/findutils)
```shell
cargo install findutils
```
## Linux
### Debian
[](https://packages.debian.org/trixie/source/rust-findutils)
[](https://packages.debian.org/sid/source/rust-findutils)
```shell
apt install rust-findutils
# To use it:
export PATH=/usr/lib/cargo/bin/findutils:$PATH
```
### Gentoo
[](https://packages.gentoo.org/packages/sys-apps/uutils-findutils)
```shell
emerge -pv sys-apps/uutils-findutils
```
## MacOS
### Homebrew
[](https://formulae.brew.sh/formula/uutils-findutils)
```shell
brew install uutils-findutils
```
## FreeBSD
[](https://repology.org/project/rust-findutils/versions)
```sh
pkg install rust-findutils
```
## Windows
As far as we are aware, `findutils` has not been packaged for any package managers on Windows yet.