Created
September 1, 2016 08:24
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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