Steam Install Error on 14.04 Ubuntu 64bit

Solution 1:

This is what actually works for 14.04:
sudo apt-get install libc6:i386
sudo apt-get install libgl1-mesa-glx-lts-trusty:i386

Proof: An image of steam working after successful installation Hope this helps others.

Solution 2:

Workaround:

sudo apt-get install libc6:i386 libgl1-mesa-dri-lts-utopic:i386 libgl1-mesa-glx-lts-utopic:i386

The command is a bit different if you are running Ubuntu 14.04.3 or greater with the Hardware Enablement Stack (kernel 3.19):

sudo apt-get install libc6:i386 libgl1-mesa-dri-lts-vivid:i386 libgl1-mesa-glx-lts-vivid:i386