Skip to content

Instantly share code, notes, and snippets.

@RomkeVdMeulen
Created September 1, 2016 08:24
Show Gist options
  • Save RomkeVdMeulen/0ed35627b9fa81693903bab85a8b7835 to your computer and use it in GitHub Desktop.
Save RomkeVdMeulen/0ed35627b9fa81693903bab85a8b7835 to your computer and use it in GitHub Desktop.
Instructions for running the 32-bit Glassfish pkg tool on 64-bit Ubuntu
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386 lib32z1 libidn11:i386 libgssapi-krb5-2:i386
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment