kabi@lemm.ee to linuxmemes@lemmy.world · edit-22 years agoyou can't do me like thisNSFWlemm.eeimagemessage-square21fedilinkarrow-up1117
arrow-up1117imageyou can't do me like thisNSFWlemm.eekabi@lemm.ee to linuxmemes@lemmy.world · edit-22 years agomessage-square21fedilink
minus-squareLightfire228@pawb.sociallinkfedilinkarrow-up17·edit-22 years agoYou can either patch the binary sudo patchelf --replace-needed libalpm.so.14 libalpm.so.15 "$(which paru)" Or install paru-git 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)
You can either patch the binary
Or install
paru-gitOr do both, patch the binary, then use it to install
paru-git(which is what i did)