19th August 2016, 9:01
(18th August 2016, 16:16)AJSlye Wrote: Try this:
Code:sudo apt-get update && sudo apt-get autoclean
sudo apt-get clean && sudo apt-get upgrade
Another option would be to try using aptitude instead of aptget. Aptitude is more intelligent than apt-get and can handle downgrading or removal conflicting packages for you, but it will also make a series of recommendations based on different working scenarios for you to chose from.
Code:aptitude install digikam
AJSlye, this one works. Also, after running aptitude, 2 packages will be downgraded, libkf5kipi-data and libkf5kipi-dev. Then Digikam will finish installation without any problems.