Skip to content

Instantly share code, notes, and snippets.

@ssccio
Created March 3, 2016 20:39
Show Gist options
  • Save ssccio/a3e577b29ee4cdf2b24f to your computer and use it in GitHub Desktop.
Save ssccio/a3e577b29ee4cdf2b24f to your computer and use it in GitHub Desktop.
Adds 32-bit libraries to 64-bit Ubuntu 14.04 required to run Oracle's Secure Global Desktop
#!/bin/bash
sudo apt-get install -y libstdc++6:i386 libxpm4:i386 libxinerama1:i386 libxcursor1:i386 \
libxkbfile1:i386 libxt6:i386 libxm4:i386 libxrandr2:i386
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment