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 .
Search Criteria
Package Details: uutils-coreutils-git 0.5.0.r487.g038a08b-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: | 8 |
| Popularity: | 0.190402 |
| First Submitted: | 2019-02-05 14:42 (UTC) |
| Last Updated: | 2026-02-07 04:44 (UTC) |
Dependencies (6)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- 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 (1359)
- 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 1339 more...
Sources (2)
Latest Comments
oech3 commented on 2026-01-19 18:12 (UTC)
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.
starquake commented on 2021-05-31 06:58 (UTC)
@FabioLolix Thanks!
BTW: Eventually I want to make the PKGBUILD more in line with the package in the community repo.
FabioLolix commented on 2021-05-04 16:03 (UTC)
git is missing as makedepends
FabioLolix commented on 2021-05-04 16:02 (UTC)
use $(nproc)
Absolutely not, don't ovveride users configuration, the number of makejobs can be specified only when needed, like if the builds fails with makejobs >1, like in this case seems
kalekale commented on 2021-05-04 15:25 (UTC) (edited on 2021-05-04 15:25 (UTC) by kalekale)
make -j1 PREFIX=/opt/${_shortname}/ DESTDIR="$pkgdir" install
use $(nproc)
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.