Volker Pittlik wrote:..."i386.deb"...
Of course I get an "wrong architecture" error here on 64 bit Linux. Would it be possible...?
vp
Even though 32-bit applications work on 64-bit Linux, your package manager won't normally let you install packages that are meant for i386. So what you can do is force the install by running "sudo dpkg --force-architecture -i package.deb".