@kabi@lemm.ee to linuxmemes@lemmy.world • edit-28 months agoyou can't do me like thisNSFWlemm.eeimagemessage-square19fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1imageyou can't do me like thisNSFWlemm.ee@kabi@lemm.ee to linuxmemes@lemmy.world • edit-28 months agomessage-square19fedilink
minus-square@Lightfire228@pawb.sociallinkfedilink0•edit-28 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
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)