kabi@lemm.ee to linuxmemes@lemmy.world · edit-22 months agoyou can't do me like thisNSFWlemm.eeimagemessage-square22fedilinkarrow-up1116arrow-down110
arrow-up1106arrow-down1imageyou can't do me like thisNSFWlemm.eekabi@lemm.ee to linuxmemes@lemmy.world · edit-22 months agomessage-square22fedilink
minus-squareLightfire228@pawb.sociallinkfedilinkarrow-up17·edit-22 months 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-git
Or do both, patch the binary, then use it to install
paru-git
(which is what i did)