昨晚升级pacman但是发现运行yay的时候提示
yay: error while loading shared libraries: libalpm.so.14: cannot open shared object file: No such file or directory
github给出的处理方案是升级yay比如:
sudo pacman -R yay-bin
sudo pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si