this post was submitted on 18 Sep 2023
4 points (70.0% liked)
Linux 101 stuff. Questions are encouraged, noobs are welcome!
1053 readers
1 users here now
Linux introductions, tips and tutorials. Questions are encouraged. Any distro, any platform! Explicitly noob-friendly.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Last night, I run
pacman -Syu
update and let it run overnight.it failed when I woke up, I didn't notice it and restart for newer kernel. Then the WM (sddm) fxxked up. I try to reboot it into mutli-user mode and reinstall kde plasma. it shows bunch of corrupted libraries errors LOL.
I took some time on internet looking for solution, finally found one. Reinstall all dependencies + pacman update cache in ram. https://www.reddit.com/.../recover_system_from_crash.../
pacman -Qqdn > pkglist_deps.txt
pacman --asdeps -S $(< pkglist_deps.txt)
pacman --cachedir /tmp/pacmancache -Syu
Error I got libxxx.so is not an ELF file xxxxx file is already exist, cannot process the update