I have a Debian Wheezy i386 machine, and I have to migrate all packages to another machine with Wheezy amd64.
I tried to select all packages with dpkg --get-selections, but there are many libraries with *-i386 suffix, and I'm wondering what will happen if I try to install those packages on the other machine, because of its different arch.
Should I remove all the i386 packages from the selections list, or change their suffix to amd64?