I'm new to Linux. I installed Steam on my desktop, but it doesn't work. It says that the following information may help to resolve this issue
The following packages have unmet dependencies: libgl1-mesa-glx:i386 (=10 1.3-0ubuntu0.5) unable to correct problems, you may have broken packages."
How do I fix this?
Thanks!
sudo apt-get install libgl1-mesa-glx:i386
– David Nov 13 '15 at 22:38sudo apt-get update && sudo apt-get upgrade && sudo apt-get dist-upgrade
.If you get no errors then this
sudo apt-get install lib32z1 lib32ncurses5 lib32bz2-1.0 lib32stdc++6
and lastly this
– ARG Nov 18 '15 at 20:33sudo apt-get install steam -y