Page 1 of 1

Re: Steam runtime error [Steam] [Kali Linux]

Posted: 2017-05-28 03:37
by Mysshell
Update

If you have installed bumblebee-nvidia before you installed steam and have an error that says

Code: Select all

libGL.so.1 not found
then you need to run

Code: Select all

sudo apt-get --purge autoremove bumblebee-nvidia && sudo apt-get install --reinstall libgl1-mesa-dri:i386 && sudo apt-get install --reinstall libgl1-mesa-glx:i386 && sudo apt-get install bumblebee-nvidia && sudo reboot