Package Details: uutils-coreutils-git 0.7.0.r46.gde5e4f5-1

Git Clone URL: https://aur.archlinux.org/uutils-coreutils-git.git (read-only, click to copy)
Package Base: uutils-coreutils-git
Description: Rust rewrite of coreutils
Upstream URL: https://github.com/uutils/coreutils
Licenses: MIT
Conflicts: coreutils, uutils-coreutils
Provides: coreutils
Submitter: ArniDagur
Maintainer: oech3
Last Packager: oech3
Votes: 9
Popularity: 0.98
First Submitted: 2019-02-05 14:42 (UTC)
Last Updated: 2026-03-16 04:21 (UTC)

Dependencies (6)

Required by (1381)

Sources (2)

Pinned Comments

oech3 commented on 2025-05-28 13:12 (UTC) (edited on 2025-12-27 11:48 (UTC) by oech3)

People want to replace coreutils by uutils-coreutils (non -git) can ln -s /usr/bin/uu-coreutils /usr/local/bin/NAME.

Latest Comments

1 2 Next › Last »

oech3 commented on 2026-03-19 18:08 (UTC)

Any AUR helper is unofficial. You need to fill bug report to paru.

rocksinboxes commented on 2026-03-19 17:04 (UTC) (edited on 2026-03-19 17:05 (UTC) by rocksinboxes)

Hello, I get this error message when running in paru:

uutils-coreutils ... Skipped docs.tar.zst ... FAILED ==> ERROR: One or more files did not pass the validity check! error: failed to download sources for 'uutils-coreutils-git-0.7.0.r46.gde5e4f5-1': error: packages failed to build: uutils-coreutils-git-0.7.0.r46.gde5e4f5-1

It works fine with makepkg though. I hope this helps. Thanks

oech3 commented on 2026-03-16 04:23 (UTC) (edited on 2026-03-16 04:23 (UTC) by oech3)

Updated. But makepkg works with bash. Nothing to do for zsh.

x-f commented on 2026-03-16 03:28 (UTC)

2 issues

  1. in zsh makepkg [ $RUSTC_BOOTSTRAP = 1 ] - syntax error
  2. check b2sums fails for docs

oech3 commented on 2026-01-19 18:12 (UTC)

I might push uutils-coreutils-git-bin as not a drop-in if someone want to use it: https://github.com/uutils/coreutils/releases/tag/latest-commit .

oech3 commented on 2025-12-27 11:51 (UTC)

-git is drop-in for coreutils currently. But you can just pacman -S coreutils to recover.

Laurazepam commented on 2025-12-27 11:37 (UTC)

Thought I could just literally run ln -s /usr/bin/uu-coreutils /usr/local/bin/NAME and be done with it, I then force uninstalled coreutils-uutils and was left without any coreutils. If this happens to anyone else, run this as root or with sudo in bash to fix it:

utils=(/usr/bin/uu-*)
for i in "${utils[@]}"
do
     uu-ln -s "$i" "/usr/local/bin/$(sed -e 's/\/usr\/bin\/uu-//g' <<< "$i")"
done

sed isn't part of coreutils, but if you only have uutils-sed as well just replace sed with uu-sed

oech3 commented on 2025-05-28 13:12 (UTC) (edited on 2025-12-27 11:48 (UTC) by oech3)

People want to replace coreutils by uutils-coreutils (non -git) can ln -s /usr/bin/uu-coreutils /usr/local/bin/NAME.