Fixed. And cp --progress
should be completed now.
About bash
, I'm waiting fix of bash-completion
project.
Search Criteria
Package Details: coreutils-uutils-symlink 0.1.0-15
Package Actions
Git Clone URL: | https://aur.archlinux.org/coreutils-uutils-symlink.git (read-only, click to copy) |
---|---|
Package Base: | coreutils-uutils-symlink |
Description: | (Dangerous) Swap system coreutils with uutils (more than PATH) |
Upstream URL: | https://uutils.github.io/ |
Licenses: | MIT |
Conflicts: | b3sum, coreutils, sha3sum |
Provides: | b3sum, coreutils, coreutils-uutils |
Submitter: | oech3 |
Maintainer: | oech3 |
Last Packager: | oech3 |
Votes: | 5 |
Popularity: | 2.27 |
First Submitted: | 2025-04-02 10:44 (UTC) |
Last Updated: | 2025-06-20 09:37 (UTC) |
Dependencies (3)
- uutils-coreutils (uutils-coreutils-gitAUR)
- uutils-coreutils-sttyAUR
- grep (grep-gitAUR, grep-compatAUR) (make)
Required by (1240)
- 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)
- afl-utils-git (requires coreutils)
- agdsn-zsh-config (requires coreutils)
- ahk_x11-bin (requires coreutils) (make)
- airgeddon (requires coreutils)
- airpad (requires coreutils) (make)
- alibuild (requires coreutils)
- alma-git (requires coreutils)
- alpine-minirootfs (requires coreutils)
- am (requires coreutils)
- amount (requires coreutils)
- amsd (requires coreutils)
- analyse-gamma (requires coreutils) (make)
- apalache-bin (requires coreutils)
- appimage-git (requires coreutils)
- Show 1220 more...
Sources (0)
Latest Comments
oech3 commented on 2025-06-20 09:40 (UTC) (edited on 2025-06-20 09:51 (UTC) by oech3)
Noi commented on 2025-06-19 21:38 (UTC) (edited on 2025-06-19 21:38 (UTC) by Noi)
When using this package with zsh:
/home/user/.zcompdump-...: bad pattern: _[
oech3 commented on 2025-06-03 05:08 (UTC) (edited on 2025-06-10 19:46 (UTC) by oech3)
One of the risk of this package is its build process "unsynced" with uutils-coreutils.
[Edit] I reduced risk of "unsynced" build by adding depends=(uutils-coreutils=$pkgver)
and letting build failure if /usr/bin/uu-coreutils
was renamed.
@kpcyrd Please feedback if you have more idea to reduce risks of this pkg (except for improving compatibility itself).
oech3 commented on 2025-05-29 11:12 (UTC) (edited on 2025-06-10 19:17 (UTC) by oech3)
PATH
is not enough if user wants to replace bins with hardcoated path.
kpcyrd commented on 2025-05-29 10:40 (UTC)
You likely want to monitor https://github.com/uutils/coreutils/issues/8029 closely to avoid your system breaking.
oech3 commented on 2025-05-27 19:41 (UTC) (edited on 2025-06-10 19:45 (UTC) by oech3)
Q. Why is this exists and cannot we convert coreutils-uutils
to pre-symlinks ?
- No
libstdbuf.so
(unused yet). stty
is missing man pages (solved at next release ofuutils
).
I hope to remove/merge this package if possible.
oech3 commented on 2025-04-02 10:58 (UTC) (edited on 2025-06-20 09:52 (UTC) by oech3)
You can partially swap coreutils
by mkdir uu;for f in $(uu-coreutils --list);do;ln -s uu-coreutils uu/$f;done;export PATH="uu:$PATH"
. Overlayfs also swaps them without removing coreutils
.
Try them unless you also wants to swap bins called with hardcoated path at boot process.
{ch,run}con
(SELinux bins) are not existing.- We builds
stty
until next release ofuutils
. - This use
bash-completion
and waiting fix of its confliction.
Pinned Comments
oech3 commented on 2025-05-27 19:41 (UTC) (edited on 2025-06-10 19:45 (UTC) by oech3)
Q. Why is this exists and cannot we convert
coreutils-uutils
to pre-symlinks ?libstdbuf.so
(unused yet).stty
is missing man pages (solved at next release ofuutils
).I hope to remove/merge this package if possible.
oech3 commented on 2025-04-02 10:58 (UTC) (edited on 2025-06-20 09:52 (UTC) by oech3)
You can partially swap
coreutils
bymkdir uu;for f in $(uu-coreutils --list);do;ln -s uu-coreutils uu/$f;done;export PATH="uu:$PATH"
. Overlayfs also swaps them without removingcoreutils
.Try them unless you also wants to swap bins called with hardcoated path at boot process.
{ch,run}con
(SELinux bins) are not existing.stty
until next release ofuutils
.bash-completion
and waiting fix of its confliction.