Package Details: yay 12.4.2-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: 2239
Popularity: 29.97
First Submitted: 2016-10-05 17:20 (UTC)
Last Updated: 2024-09-19 14:27 (UTC)

Pinned Comments

jguer commented on 2024-03-16 08:06 (UTC)

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

This will happen if you upgrade pacman and yay separately If you have this error you need to manually recompile yay

pacman -S --needed git base-devel
git clone https://aur.archlinux.org/yay.git
cd yay
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

« First ‹ Previous 1 .. 30 31 32 33 34 35

jguer commented on 2017-10-25 11:55 (UTC)

You're right, will remove it next minor release.

egrupled commented on 2017-10-21 14:04 (UTC)

GPL3 is license already included in https://www.archlinux.org/packages/core/any/licenses/ you don't have to install it separately for each package. Please remove it from PKGBUILD

jguer commented on 2017-04-25 15:43 (UTC)

yay doesn't use checksums since it compiles from a git source and it's building fine over here but I've regenerated the .SRCINFO to make sure there is no missing field.

klingt.net commented on 2017-04-25 08:10 (UTC) (edited on 2017-04-25 08:10 (UTC) by klingt.net)

Did you forgot to run `updpkgsums`? ``` ... :: Installing yay package(s)... :: yay package(s) failed to install. Check .SRCINFO for mismatching data with PKGBUILD. ```