If anyone cares to read how I got here, initially, I wanted to install OBS. It wouldn’t start because something was missing. After trying to update whatever was out of date or missing for it to work, I ended up breaking pacman with all the updates and was greeted with a cursor upon boot. libcrypto.so.3 was manually copied via a liveusb into place and I fixed that. I kept trying to at least partially update in the hope that I end up with the files that give me my desktop back or (-syu wouldn’t work because root was too full) and at some point I updated sudo (maybe others too), which led to libcrypto.so.1.1 breaking pacman, and more, again.
So now what?
I have been using linux for a decade, yet reading about chrooting on another thread here, just makes me give up hope for now. Can anyone point me to something more comprehensive, maybe?
you need to chroot: boot into manjaro iso, connect to internet, chroot: manjaro-chroot -a
rerun update again: pacman-mirrors -f 5 && pacman -Syyu
post any errors from this… if there are none, and you are up to date, reinstall openssl: pacman -S openssl lib32-openssl
if there are no errors, exit chroot: exit
reboot
Would someone be so kind as to explain, why, if I’m updating packages, and coming from openssl 3.0.7 (I believe) did I end up with a deprecated libcrypto.so.1.1 on my system?
(edit: I mean ended up with needing that older version, despite, newer, up-to-date packages. Sorry)