惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
云风的 BLOG
云风的 BLOG
Microsoft Security Blog
Microsoft Security Blog
WordPress大学
WordPress大学
GbyAI
GbyAI
C
Check Point Blog
M
MIT News - Artificial intelligence
T
The Blog of Author Tim Ferriss
Jina AI
Jina AI
博客园 - 【当耐特】
U
Unit 42
月光博客
月光博客
腾讯CDC
Y
Y Combinator Blog
小众软件
小众软件
博客园_首页
Last Week in AI
Last Week in AI
酷 壳 – CoolShell
酷 壳 – CoolShell
The GitHub Blog
The GitHub Blog
博客园 - 聂微东
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
MongoDB | Blog
MongoDB | Blog
博客园 - Franky
T
Tailwind CSS Blog

AUR Newest Packages

AUR (en) - linuxqq-clipsync-git AUR (en) - libtslitex-git AUR (en) - libtslitex-git AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - neovim-base16-git AUR (en) - pirata AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - tmux-ai-titles AUR (en) - zeed-bin AUR (en) - bclone-bin AUR (en) - dwl-git-azerty AUR (en) - auggie-bin AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - miniupnpd-iptables-legacy AUR (en) - miniupnpd-nft AUR (en) - jeeves-bin AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-bin AUR (en) - classfi-git AUR (en) - classfi AUR (en) - giff-git AUR (en) - budget-tracker-bin
AUR (en) - uutils-coreutils-git
2026-06-22 · via AUR Newest Packages

oech3 commented on 2026-05-15 17:32 (UTC)

fabse commented on 2026-04-11 17:54 (UTC)

Would it be possible to expand the support to aarch64 (I can confirm it compiles without problems)?

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 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