Pacconf error when updating

I tried to update my system but I ran into an issue.

First I got the error:

yay: error while loading shared libraries: libalpm.so.14: cannot open shared object file: No such file or directory

I solved it by reinstalling yay from aur, but after that I still got a similar error:

pacconf: error while loading shared libraries: libalpm.so.14: cannot open shared object file: No such file or directory

All the solutions I found are for the yay error but not the pacconf. How can I solve this?
Thanks

Can you share the full output of sudo pacman -Syu

Here it is:

:: Synchronizing package databases...
 endeavouros is up to date
 core is up to date
 extra is up to date
 community is up to date
 multilib is up to date
:: Starting full system upgrade...
resolving dependencies...
looking for conflicting packages...
error: failed to prepare transaction (could not satisfy dependencies)
:: installing pacman (6.1.0-3) breaks dependency 'libalpm.so=13-64' required by libpamac-aur
:: installing pacman (6.1.0-3) breaks dependency 'pacman<6.1' required by libpamac-aur

You need to remove libpamac-aur

1 Like

Ooo it solved it, thanks a lot!

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.