Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Steam runtime error [Steam] [Kali Linux]

Off-Topic discussions about science, technology, and non Debian specific topics.
Post Reply
Message
Author
Mysshell
Posts: 5
Joined: 2017-05-01 00:39

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

#16 Post 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

Post Reply