During the installation of EMS 8.1 in console mode on Ubuntu 14.04, I encountered an error that you typically get when you’re trying to run 32-bit executable files in a 64-bit multi-arch Ubuntu version.
sudo dpkg –add-architecture i386
sudo apt-get update
sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386