25 points
For now you can either use paru-git
, or the already updated yay
/yay-bin
packages. Please just don’t symlink the libraries together
8 points
1 point
0 points
24 points
Where were you when yay/paru was kill
I was at home trying to yay
when:
yay: error while loading shared libraries: libalpm.so.14: cannot open shared object file: No such file or directory
No
17 points
Somebody who needs the dopamine of running yay -Syyyyyuuuuuuu 4 times a day wouldn’t be running broken and outdated *-bin packages but always target *-git alternatives /s
17 points
*
You can either patch the binary
sudo patchelf --replace-needed libalpm.so.14 libalpm.so.15 "$(which paru)"
sudo pacman -S --needed base-devel
git clone https://aur.archlinux.org/paru-git.git
cd paru-git
makepkg -si
Or do both, patch the binary, then use it to install paru-git
(which is what i did)
8 points
Just update paru from source (exactly like the first time that you installed it)
2 points