-
-
Notifications
You must be signed in to change notification settings - Fork 366
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
yay: error while loading shared libraries: libalpm.so.11: cannot open shared object file: No such file or directory #1087
Comments
You can use the initial installation method of yay, @gouvinb has it well summarized if you want to understand it #1084 (comment) This can be applied to your prefered flavor yay-bin
yay
EDIT: corrected |
You cannot do "yay -R yay" because that requires yay, which does not work ;). |
sudo pacman -R yay or yay-bin/yay-git |
You're right 😄 , I've fixed it and I'm glad you got it fixed as well |
I can re-install it in the way described, but when I try to run yay I still get this error:
(note the version 12 number) |
Did you maybe leave out the crucial detail that you're running manjaro or other derivative and hence are on an old pacman version? |
Yeah, in the new issue I created, I did mention it. |
try reinstalling yay using git repo.
That's it 👍 |
you can use cached repo
|
For me it actually worked :D |
This started happening for me out of the blue yesterday, when I tried to follow the instructions here I got
|
It also started happening to me and the fix was to just run Then I cloned the yay git repo and installed the package build. All's working now |
Interestingly manually installing yay works, but yay-bin says it conflicts with pacman I think it's covered here https://aur.archlinux.org/packages/yay-bin/#pinned-808723 |
I had to run
|
Doing @JoveYu's approach with @krishicks suggestion fixed it for me. |
Same!
did the trick. ❤️ |
thank you |
thank you! |
i get simliar error
when reinstaling yay accorging to instruction i get error:
|
ok,
|
yay: error while loading shared libraries: libalpm.so.13: cannot open shared object file: No such file or directory You can fix the error simply by sudo pacman -Suy, pacman will update and the error will disappear. |
i obv tried that and did not work. I had to reinstall yay like described |
Happening again on Manjaro, all the above did not fix it :( |
at which step it fails? have you uninstalled both yay and yay-debug? |
can confirm on archlinux. |
Is it the same error message from 2019: "error while loading shared libraries: libalpm.so.11" when building |
|
See #2393, symlinking with |
1 where does it fail for you? |
Thanks, it works for me! |
This worked briefly until I tried installing something that presumably needed a breaking change from v14 |
I am having the following issue, when running yay:
yay: error while loading shared libraries: libalpm.so.11: cannot open shared object file: No such file or directory
How should I fix this?
The text was updated successfully, but these errors were encountered: