gh0stzk / dotfiles

BSPWM environment with 18 themes. With a theme selector to change on the fly.
GNU General Public License v3.0
3.03k stars 228 forks source link

updater is not working #204

Closed kthurman59 closed 8 months ago

kthurman59 commented 8 months ago

When I click on the system update icon I get the following error: paru: error while loading shared libraries: libalpm.so.13: cannot open shared object file: No such file or directory

I did try a full re-install of the dotfile program: Did not fix it. I tried using Claude AI to help: Did not fix it.

AzhamProdLive commented 8 months ago

Pacman had an update that broke yay and paru, but both pushed fix in order to fix this issue, make sure to have a up-to-date Paru version

gh0stzk commented 8 months ago

Yes, the problem is not the script of my dotfiles, yesterday Pacman was updated and broke paru, you need to reinstall paru. What I did was:

sudo pacman -Rns paru

git clone https://aur.archlinux.org/paru.git

cd paru

makepkg -si

You can try cloning the paru-bin from AUR if you dont want to compile but at the moment i dont know if paru-bin pkgbuild is updated in AUR