After upgrading from Ubuntu 15.04 to 15.10, I had an issue with my scanner on Canon PIXMA MX870 that was not recognized by Simple Scan or Xsane. I've found my answer on how to make it work:
The proposed solution suggested to install experimental libraries on my Ubuntu 15.10. It really resolved my issue and I could see my scanner, but unfortunately TeamViewer 11 required libjpeg62 (the original library). After I reinstalled TeamViewer, it "fixed" some of the libraries it needed, but then my Simple Scan and Xsane apps are gone.
Output from my "apt-get autoremove;apt-get autoclean":
The following packages will be REMOVED: argyll argyll-ref gnome-control-center-data gnome-settings-daemon libcolord-gtk1 libgoa-backend-1.0-1 xsane-common
libjpeg62-turbo Version: 1:1.4.80-115-gfb907b2-1
libsane-common Version: 1.0.26~git20151121-1
libsane Version: 1.0.26~git20151121-1
When I try to install Simple Scan, the following error appears:
simple-scan: Depends: zlib1g (>= 1:1.1.4) but 1:1.2.8.dfsg-2ubuntu4 is to be installed
Similar message appears when trying to install Xsane:
xsane: Depends: xsane-common (= 0.998-6ubuntu1) but 0.998-6ubuntu1 is to be installed
Depends: libc6 (>= 2.14) but 2.21-0ubuntu4.1 is to be installed Depends: libgimp2.0 (>= 2.4.0) but 2.8.14-1ubuntu2 is to be installed Depends: libglib2.0-0 (>= 2.12.0) but 2.46.1-1 is to be installed Depends: libgtk2.0-0 (>= 2.14.0) but 2.24.28-1ubuntu1.1 is to be installed Depends: libjpeg8 (>= 8c) but 8c-2ubuntu8 is to be installed Depends: libpng12-0 (>= 1.2.13-4) but 1.2.51-0ubuntu3.15.10.2 is to be installed Depends: libsane (>= 1.0.11-3) but 1.0.25+git20150528-1ubuntu2 is to be installed Depends: libtiff5 (>= 4.0.3) but 4.0.3-12.3ubuntu2 is to be installed Depends: zlib1g (>= 1:1.1.4) but 1:1.2.8.dfsg-2ubuntu4 is to be installed
QUESTIONS:
- Is it possible to make my TeamViewer work as well as Simple Scan and Xsane?
- How could I fix the issue with my libraries?