Any AUR helper is unofficial. You need to fill bug report to paru.
Search Criteria
Package Details: uutils-coreutils-git 0.7.0.r46.gde5e4f5-1
Package Actions
| 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)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- libgcc (libgcc-snapshotAUR)
- oniguruma (oniguruma-gitAUR)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- rust (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rustup) (make)
- rust-src (rustup-gitAUR, rust-src-gitAUR, rustup) (optional) – optimize with RUSTC_BOOTSTRAP=1
Required by (1381)
- activate-linux-toggle (requires coreutils)
- activate-linux-toggle (requires coreutils) (make)
- acts (requires coreutils)
- acts-git (requires coreutils)
- additional-base-lib (requires coreutils)
- additional-base-lib-bin (requires coreutils)
- aerofetch (requires coreutils)
- afl-utils-git (requires coreutils)
- agdsn-zsh-config (requires coreutils)
- ahk_x11-bin (requires coreutils) (make)
- aio-creator-neo (requires coreutils)
- airgeddon (requires coreutils)
- airpad (requires coreutils) (make)
- alibuild (requires coreutils)
- alma (requires coreutils)
- alma-bin (requires coreutils)
- alma-git (requires coreutils)
- alpine-minirootfs (requires coreutils)
- am (requires coreutils)
- amber-package-manager (requires coreutils)
- Show 1361 more...
Sources (2)
oech3 commented on 2026-03-19 18:08 (UTC)
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
- in zsh makepkg [ $RUSTC_BOOTSTRAP = 1 ] - syntax error
- 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.
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
coreutilsbyuutils-coreutils(non-git) canln -s /usr/bin/uu-coreutils /usr/local/bin/NAME.