I am using linux Mint 17.2 "Rafaela". Today I installed drivers for the Canon iP2700 series. The deb debivers package was based on the libtiff4 package, but the system uses "libtiff5", so I forced it with
sudo dpkg --force-depends -i cnijfilter-*
It worked: the printer works fine, but the mint update does not update, it says that the cnijfilter-ip2700series package will be removed. Of course I donβt want to shoot it. What should I do?
One more thing : if I do
sudo apt-get dist-upgrade
I get something like (I translated from Spanish) "cnijfilter-ip2700series has unresolved dependencies: Depends: libtiff4 but cannot be installed. Try using the -f option
and if i do
sudo apt-get -f dist-upgrade
he says: "cnijfilter-ip2700series will be deleted"
In any case, I prefer to use the mint update, since apt-get seems to violate the system settings, so I would prefer a solution based on the mint update.
source share