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 uutils from source.
# Linux
cargo install coreutils --features unix
# MacOs
cargo install coreutils --features macos
# Windows
cargo install coreutils --features windows
apk update uutils-coreutils
Note: Requires the
edge
repository.
pacman -S uutils-coreutils
apt install rust-coreutils
# To use it:
export PATH=/usr/lib/cargo/bin/coreutils:$PATH
emerge -pv sys-apps/uutils-coreutils
pacman -S uutils-coreutils
# or
pamac install uutils-coreutils
nix-env -iA nixos.uutils-coreutils
dnf install uutils-coreutils
apt install rust-coreutils
# To use it:
export PATH=/usr/lib/cargo/bin/coreutils:$PATH
brew install uutils-coreutils
port install coreutils-uutils
pkg install rust-coreutils
winget install uutils.coreutils
scoop install uutils-coreutils
conda install -c conda-forge uutils-coreutils
The uutils-coreutils recipe is provided as part of the meta-openembedded yocto layer.
Clone poky and meta-openembedded, add
meta-openembedded/meta-oe
as layer in your build/conf/bblayers.conf
file,
and then either call bitbake uutils-coreutils
, or use
PREFERRED_PROVIDER_coreutils = "uutils-coreutils"
in your build/conf/local.conf
file and
then build your usual yocto image.
A GNU coreutils / uutils coreutils hybrid package. Uses stable uutils programs mixed with GNU counterparts if uutils counterpart is unfinished or buggy.