I'm trying to run
haxelib run nme setup linux
To set up NME for the Linux target on my Debian box. Actually Linux MINT Debian Edition, but that shouldn't matter. However, I get the following output:
E: Unable to locate package ia32-libs-multiarch
Called from ? line 1
Called from InstallTool.hx line 579
Called from setup/PlatformSetup.hx line 440
Called from setup/PlatformSetup.hx line 474
Called from setup/PlatformSetup.hx line 1410
Called from helpers/ProcessHelper.hx line 133
Called from helpers/ProcessHelper.hx line 169
Uncaught exception - Error running: sudo apt-get install ia32-libs-multiarch gcc-multilib g++-multilib []
I also tried to run:
sudo apt-get install ia32-libs-multiarch
But I get
E: Unable to locate package ia32-libs-multiarch
Is this an Ubuntu specific package?
Edit: I got this to work eventually, without installing that package or any other. Unfortunatly I don't remember what it was I did. If someone finds this and has the same problem give this question some attention and I will try again..

ia32-libs-multiarchon Debian: packages.debian.org/search?keywords=ia32-libs-multiarch – Teresa e Junior Nov 13 '12 at 21:54