How to install ia32-libs in Ubuntu 14.04 LTS (Trusty Tahr)
You can try this to install the 32-bit library (not all in ia32-libs): sudo apt-get install program:i386 sudo dpkg –add-architecture i386 may be required (if you haven’t ever run that). Or if you want to install the whole ia32-lib instead, try the following order: sudo -i cd /etc/apt/sources.list.d echo “deb http://old-releases.ubuntu.com/ubuntu/ raring main restricted universe … Read more