Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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?

share|improve this question
This isn't programming related. Ask on unix.stackexchange.com – Let_Me_Be Nov 13 '12 at 14:14
1  
well I think it is, since it is related to the setup of a programming environment, no? – Mikael Lindqvist Nov 13 '12 at 14:31

closed as off topic by Let_Me_Be, Sirko, Chris Gerken, oezi, Mef Nov 13 '12 at 15:22

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

Browse other questions tagged or ask your own question.