"Depends: ia32-libs-multiarch but it is not installable" - Solution
Solution 1:
I found the solution here comment #27,
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install ia32-libs
Then the 32 bit libraries install fine (for me anyway!). Hope this helps somebody !