Package Details: uutils-coreutils-git 0.5.0.r487.g038a08b-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: 8
Popularity: 0.190402
First Submitted: 2019-02-05 14:42 (UTC)
Last Updated: 2026-02-07 04:44 (UTC)

Dependencies (6)

Required by (1359)

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

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.

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)