Skip to content

Instantly share code, notes, and snippets.

@kartikarora
Last active February 26, 2016 05:47
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 kartikarora/93199de7a373759b8cd0 to your computer and use it in GitHub Desktop.
Save kartikarora/93199de7a373759b8cd0 to your computer and use it in GitHub Desktop.
32bit Libs for Ubuntu
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install zlib1g:i386 libstdc++6:i386 libc6:i386 libncurses5:i386
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment