Package Details: yay 12.3.5-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: 2164
Popularity: 37.06
First Submitted: 2016-10-05 17:20 (UTC)
Last Updated: 2024-03-23 22:58 (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 2 3 4 5 6 7 8 9 .. 33 Next › Last »

Asipu commented on 2023-05-24 14:45 (UTC)

@Iocauz: the forum does have a notification about this. Update the endeavouros-keyring package first. https://forum.endeavouros.com/t/endeavouros-keyring-updated-users-should-update-soon/41117

yochananmarqos commented on 2023-05-24 14:30 (UTC) (edited on 2023-05-24 14:30 (UTC) by yochananmarqos)

@locuaz: The issue is with the EndeavourOS package or a local issue on your system, post on their forums for help.

locuaz commented on 2023-05-24 14:20 (UTC)

When trying to update at EndeveourOS I get:

error: yay: signature from "manuel <manuel@endeavouros.com>" is unknown trust
:: File /var/cache/pacman/pkg/yay-12.0.5-1-x86_64.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n] n

lanthora commented on 2023-04-08 10:33 (UTC)

The architecture can support riscv64. I have tested it.

arch=('i686' 'pentium4' 'x86_64' 'arm' 'armv7h' 'armv6h' 'aarch64' 'riscv64')

jguer commented on 2023-04-03 17:15 (UTC)

bug in yay -Syuu is fixed in 12.0.1, should only require updating yay

zeroconf commented on 2023-04-03 16:39 (UTC)

To be honest, haven't change any setting, just updated as usual and suddenly starts reinstalling same versions of already installed AUR packages. Using default config, haven't added any repository. Although preferring closer repos, which happens automatically. Tried to report it - https://github.com/Jguer/yay/issues/2055

jguer commented on 2023-04-03 16:05 (UTC)

Hey @Scala, @zeroconf can you create an issue on GitHub so we can look into more details on the settings being used, application debug logs and pacman repositories installed?

kseistrup commented on 2023-04-03 15:31 (UTC)

@Scala, @zeroconf: All my AUR packages weren't rebuilt. Having read your comments, I did

$ yay -Y --gendb
[lots of activity]
$ yay -Y --devel --save

before I ran v12 for the first time, and it only built those packages that were ripe for update.