Skip to content

Instantly share code, notes, and snippets.

@s4w3d0ff
Created May 8, 2016 01:56
Show Gist options
  • Save s4w3d0ff/6412294363c01e211ddba3827ea2b4e0 to your computer and use it in GitHub Desktop.
Save s4w3d0ff/6412294363c01e211ddba3827ea2b4e0 to your computer and use it in GitHub Desktop.
Install Steam on Ubuntu 14.04 LTS 64bit (one line)
sudo bash -c 'dpkg --add-architecture i386 && apt-get update && apt-get install -y libcgmanager0:i386 libgl1-mesa-glx-lts-utopic:i386 libudev1:i386 libc6:i386 libgl1-mesa-dri-lts-utopic:i386 libglapi-mesa-lts-utopic:i386 steam'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment