Trying to run pacman -Syu fails with the error "could not find/read package"

Welcome to the community @Aist7 :waving_hand::smiley: :enos_flag:

I suggest first updating your Arch mirrors. You can use the Welcome app to do that, or a command like this (reference):

reflector --protocol https --verbose --latest 25 --sort rate --save /etc/pacman.d/mirrorlist

Then try:

yay -Syu lib32-libpciaccess
1 Like