The commands I gave, did not work as expected. You need to remove all broken packages with dpkg instead of apt-get before you can reinstall libsane:
sudo cp -a /lib/udev/rules.d/40-libsane.rules ~ sudo dpkg --purge libsane:i386 ia32-libs-multiarch:i386 ia32-libs sudo apt-get install --reinstall libsane sudo apt-get install ia32-libs Run "diff -u /lib/udev/rules.d/40-libsane.rules ~/40-libsane.rules" to see which changes you have made. Then apply these changes in a file below /etc/udev/rules.d/ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1002005 Title: package libsane 1.0.22-7ubuntu1 [modified: lib/udev/rules.d/40-libsane.rules] failed to install/upgrade: './lib/udev/rules.d/40-libsane.rules' is different from the same file on the system To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/1002005/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
