For now you can either use
paru-git
, or the already updatedyay
/yay-bin
packages. Please just don’t symlink the libraries togetherdon’t tell me what to do!
What’s one or more custom lost symlink on the system anyway.
Why not? I already did it and it works great.
Where were you when yay/paru was kill
I was at home trying to
yay
when:yay: error while loading shared libraries: libalpm.so.14: cannot open shared object file: No such file or directory
No
welp, guess I’m keeping this thread open for tomorrow morning when I get to fixing this. Hopefully by then things will be more fixed upstream…
this hits sı close home from the last time I broke my system
That reminds me, I gotta restart.
Hasn’t this been an issue a few days ago? Maybe only with testing.
Weird. I was just having an issue with pamac and started using paru as a backup and paru is working fine last I checked.
Yeah I had to cargo install paru as a temp fix
They ran arch, btw 🥲
I found a hack. Assuming you now have
libalpm.so.15
, just make a copy of it and rename it tolibalpm.so.14
:cp /usr/lib/libalpm.so.15 /usr/lib/libalpm.so.14
Edit: It’s not a permanent one and it works for the time being, can’t see the reason for the downvotes honestly.
Boy that’s… that’s one way to solve it I guess.
The redneck engineering equivalent in CS