Skip to content

Instantly share code, notes, and snippets.

@k3muri84
Created October 12, 2016 18:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save k3muri84/840c1e198b36d82f96a7f29e5070d2a1 to your computer and use it in GitHub Desktop.
Save k3muri84/840c1e198b36d82f96a7f29e5070d2a1 to your computer and use it in GitHub Desktop.
fix steam on ubuntu 16.04
find ~/.steam/root/ \( -name "libgcc_s.so*" -o -name "libstdc++.so*" -o -name "libxcb.so*" -o -name "libgpg-error.so*" \) -print -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment