I have recently installed Debian buster (64 bit architecture), and the time has come to get my printer to work (Brother MFC-7320). I have tried what I did previously in jessie (viewtopic.php?f=7&t=124989; briefly, installed two .debs with dpkg --force-all), and it does work (I can print), but I do have another problem: when I try for example
- Code: Select all
sudo aptitude upgrade
the system says:
- Code: Select all
The following packages have unmet dependencies:
brmfc7320lpr:i386 : Depends: libc6:i386 (>= 2.3.4-1) which is a virtual package and is not provided by any available package
cupswrappermfc7320:i386 : Depends: libc6:i386 (>= 2.3.4-1) which is a virtual package and is not provided by any available package
The following actions will resolve these dependencies:
Remove the following packages:
1) brmfc7320lpr:i386 [2.0.2-1 (now)]
2) cupswrappermfc7320:i386 [2.0.2-1 (now)]
Accept this solution? [Y/n/q/?]
I didn't have that problem the previous time (I have been using aptitude in that Debian all the time), but I can't recall anything I did for that. It is possible that I allowed another architecture. My questions are:
1. Can I do anything to appease aptitude, other than installing the i386 version of libc6? Another set of drivers, perhaps ("aptitude search brother" gave nothing).
2. Do you advise against mixing two architectures?
Thanks