I am trying to debug a scanner install failure and when checking if the required packages were present or not I saw a difference in the package architecture.
$ dpkg -l | grep Brother
ii brscan-skey 0.2.4-1 amd64 Brother Linux scanner S-KEY tool
ii brscan4 0.4.2-1 amd64 Brother Scanner Driver
ii mfcj6910dwcupswrapper 3.0.0-1 i386 Brother CUPS Inkjet Printer Definitions
ii mfcj6910dwlpr 3.0.0-1 i386 Brother lpr Inkjet Printer Definitions
ii printer-driver-ptouch 1.3-8 amd64 printer driver Brother P-touch label printers
Knowing I have an intel CPU (and also the printing is working + scanning failing) Do I need to replace the amd64
packages with their i386
equivalents?
amd64
is 64bit andi386
is 32bit, but despite that they are still compatible in certain situtations? – the_velour_fog Apr 13 '15 at 13:35