Package Details: yay 12.6.0-1

Git Clone URL: https://aur.archlinux.org/yay.git (read-only, click to copy)
Package Base: yay
Description: Yet another yogurt. Pacman wrapper and AUR helper written in go.
Upstream URL: https://github.com/Jguer/yay
Keywords: arm AUR go helper pacman wrapper x86
Licenses: GPL-3.0-or-later
Submitter: jguer
Maintainer: jguer
Last Packager: jguer
Votes: 2599
Popularity: 44.69
First Submitted: 2016-10-05 17:20 (UTC)
Last Updated: 2026-06-07 17:58 (UTC)

Dependencies (5)

Sources (1)

Pinned Comments

jguer commented on 2025-12-14 20:11 (UTC)

yay: error while loading shared libraries: libalpm.so.15: cannot open shared object file: No such file or directory

all v12.5.7 binaries are compiled against pacman's 7.1 libalpm.

If you updated pacman separately from yay you'll need to run either of these (yay or yay-bin)

sudo pacman -S --needed git base-devel
git clone https://aur.archlinux.org/yay.git
cd yay
makepkg -si

or

sudo pacman -S --needed git base-devel
git clone https://aur.archlinux.org/yay-bin.git
cd yay-bin
makepkg -si

jguer commented on 2019-04-16 14:08 (UTC)

I cannot delete the spam comments appearing regularly in this page, which has also led me to disable notifications from here. I remind that the best way to receive support or report a problem is through the Upstream URL.

Latest Comments

1 2 3 4 5 6 .. 38 Next › Last »

yochananmarqos commented on 2026-05-17 18:46 (UTC)

@EpicTux123: Not necessary. yay-bin already provides and conflicts with yay. See Package relations.

EpicTux123 commented on 2026-05-17 17:55 (UTC)

Hey, I believe you should add conflicts and provides "yay-bin" for this pkg as well. Or at least only the conflicts one. Thanks.

andreas_baumann commented on 2026-02-02 14:58 (UTC)

/bin/sh: line 1: uv: command not found
make: *** [Makefile:787: pyosys/wrappers.cc] Error 127

had to add uv to makedepends.

Antiz commented on 2026-01-23 11:33 (UTC)

@muziknavi base-devel is assumed installed when using the AUR. It should not be explicitly listed as a dependency.

See https://wiki.archlinux.org/title/Arch_User_Repository#Prerequisites & https://wiki.archlinux.org/title/PKGBUILD#makedepends

muziknavi commented on 2026-01-23 11:32 (UTC)

Can we add base-devel as a dep ?

aur needs this.

MandleRex commented on 2026-01-08 16:37 (UTC)

for anyone else having issues with tab completion

delete ~/.cache/yay/completion.cache running yay -Pcc should regenerate the file correctly

Popolon commented on 2025-12-28 17:32 (UTC)

There is a bug with compiling on non-x86_64 arch with yay 12.5.7. Use yay-git instead until next version is released: https://github.com/Jguer/yay/issues/2756

bulletmark commented on 2025-12-22 22:30 (UTC)

@arnaud https://bbs.archlinux.org/viewtopic.php?id=311027

Bendalf commented on 2025-12-22 16:17 (UTC)

сборка происходит, пакет появляется. вижу ошибки " awk не доступен" ,"pacman - нет подписи пакета yay-блабла.zst"

пожалуйста подскажите ЧЯДНТ, как поправить что ?

оказалось недостаточно прав доступа к gawk и ссылке awk сделал

пример

chmod 775 /usr/bin/awk $ stat --format '%a' /usr/bin/gawk 775