skybert's Blog

skybert's Avatar Image
Coder of systems, lover of languages, follower of Christ. 台灣女婿
← All posts

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

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
$ cd paru
$ makepkg -si

#archlinux #linux

To like or reply, open original post on Emacs.ch