I ran into a problem this morning trying to get a IE10 VM from Microsoft to extract and install.
bash: ./IE10.Win7.For.LinuxVirtualBox.part1.sfx: No such file or directory
It turns out that the sfx files require 32bit libraries to extract, so you have to install the following libraries:
aptitude install libc6:i386 libstdc++6:i386
You can then run the sfx file and it will work
./IE10.Win7.For.LinuxVirtualBox.part1.sfx RAR SFX archive Extracting from ./IE10.Win7.For.LinuxVirtualBox.part1.sfx Extracting IE10 - Win7.ova 24% Extracting from ./IE10.Win7.For.LinuxVirtualBox.part2.rar ... IE10 - Win7.ova 49% Extracting from ./IE10.Win7.For.LinuxVirtualBox.part3.rar ... IE10 - Win7.ova 74% Extracting from ./IE10.Win7.For.LinuxVirtualBox.part4.rar ... IE10 - Win7.ova 99% Extracting from ./IE10.Win7.For.LinuxVirtualBox.part5.rar ... IE10 - Win7.ova OK All OK