• dinckel@lemmy.world
    link
    fedilink
    arrow-up
    21
    ·
    2 months ago

    For now you can either use paru-git, or the already updated yay/yay-bin packages. Please just don’t symlink the libraries together

  • fossphi@lemm.ee
    link
    fedilink
    English
    arrow-up
    19
    ·
    2 months ago

    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

  • Varyag@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    3
    ·
    2 months ago

    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…

  • ShaunaTheDead@fedia.io
    link
    fedilink
    arrow-up
    1
    ·
    2 months ago

    Weird. I was just having an issue with pamac and started using paru as a backup and paru is working fine last I checked.

  • asudox@programming.dev
    link
    fedilink
    arrow-up
    2
    arrow-down
    10
    ·
    edit-2
    2 months ago

    I found a hack. Assuming you now have libalpm.so.15, just make a copy of it and rename it to libalpm.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.