this post was submitted on 16 Sep 2024
96 points (91.4% liked)

linuxmemes

20707 readers
156 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
96
submitted 2 days ago* (last edited 2 days ago) by kabi@lemm.ee to c/linuxmemes@lemmy.world
 
top 21 comments
sorted by: hot top controversial new old
[–] treadful@lemmy.zip 2 points 1 day ago

That reminds me, I gotta restart.

[–] Lightfire228@pawb.social 14 points 2 days ago* (last edited 2 days ago)

You can either patch the binary

sudo patchelf --replace-needed libalpm.so.14 libalpm.so.15 "$(which paru)"

Or install paru-git

sudo pacman -S --needed base-devel
git clone https://aur.archlinux.org/paru-git.git
cd paru-git
makepkg -si

Or do both, patch the binary, then use it to install paru-git (which is what i did)

[–] fossphi@lemm.ee 23 points 2 days 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

[–] dinckelman@lemmy.world 25 points 2 days ago (2 children)

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

[–] JTskulk@lemmy.world 0 points 1 day ago

Why not? I already did it and it works great.

[–] cm0002@lemmy.world 7 points 2 days ago (1 children)
[–] devfuuu@lemmy.world 1 points 1 day ago

What's one or more custom lost symlink on the system anyway.

[–] eskuero@lemmy.fromshado.ws 17 points 2 days ago

Somebody who needs the dopamine of running yay -Syyyyyuuuuuuu 4 times a day wouldn't be running broken and outdated *-bin packages but always target *-git alternatives /s

this hits sı close home from the last time I broke my system

[–] AceSLS@ani.social 8 points 2 days ago (1 children)

Just update paru from source (exactly like the first time that you installed it)

[–] devfuuu@lemmy.world 2 points 1 day ago

Yeah. That's how it was installed...

[–] Varyag@lemmy.dbzer0.com 3 points 2 days 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 2 points 2 days 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.

[–] 30p87@feddit.org 1 points 2 days ago

Hasn't this been an issue a few days ago? Maybe only with testing.

[–] JetpackJackson@feddit.org 1 points 2 days ago

Yeah I had to cargo install paru as a temp fix

[–] zwerdlds@lemmy.ml 0 points 2 days ago

They ran arch, btw 🥲

[–] 12510198@lemmy.blahaj.zone -5 points 2 days ago

sudo sed -i 's/libalpm.so.14/libalpm.so.15/g' /usr/bin/paru