Skip to main content


For Arch users getting an error when running paru:
paru: error while loading shared libraries: libalpm.so.13: cannot open shared object file: No such file or directory<br>

Many folks on the internet suggest fixing this by sym linking an older version of libalpm, but a better solution is to compile the latest version of paru:
$ git clone https://aur.archlinux.org/paru.git<br>$ cd paru<br>$ makepkg -si<br>

#archlinux #linux
in reply to Štěpán Škorpil :skorpil_cz:

@stepan it’s probable that yay’s package files are already in ~/.cache/yay/yay which will save a step to clone them