Instead of starting, Steam gives the following error:
You are missing the following 32-bit libraries, and Steam may not run:
libc.so.6
I'm using Solus Budgie with the stable nvidia drivers, including 32-bit, as provided by DoFlicky. Before Steam suddenly decided to quit on me I was using the Steam Beta client (had enabled the beta-program in steam settings).
The following solutions have been attempted:
Reinstalling
sudo eopkg install --reinstall glib-networking glib-networking glib-networking-32bit glib2 glib2-32bit glibc glibc-32bit glibmm
sudo eopkg install --reinstall steam linux-steam-integration
Checking if libc.so.6 is present
As far as I can tell, Steam wants libc.so.6 to be in /usr/lib/:
ldd steam linux-vdso.so.1 (0x00007ffd7217b000) libc.so.6 => /usr/lib/libc.so.6 (0x00007fc2105fe000) /usr/lib64/ld-linux-x86-64.so.2 (0x00007fc21080c000)
But there already is a link there it seems: https://i.imgur.com/qJ0otSB.png
Updates and check
Everything is up to date and I've run
sudo eopkg check
to see if there were any issues, but none were found.
List of currently installed packages per
sudo eopkg li