Skip to content

Instantly share code, notes, and snippets.

@gipsh
Created July 10, 2018 16:01
Show Gist options
  • Save gipsh/7c825f8039515a2351559eb9fd5de8d5 to your computer and use it in GitHub Desktop.
Save gipsh/7c825f8039515a2351559eb9fd5de8d5 to your computer and use it in GitHub Desktop.
install ida on ubuntu 17.10 and probably others
sudo apt-get install libc6-i386 lib32stdc++6 lib32gcc1 lib32ncurses5 lib32z1
sudo apt-get install libfontconfig1:i386 libxrender1:i386 libsm6:i386 libfreetype6:i386 libglib2.0-0:i386
sudo apt-get install libxext6:i386
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment