Dependency resolution failed The following packages have unmet dependencies: libkwin4-effect-builtins1: Depends: libkwineffects9 (= 4:5.8.0-0neon+16.04+build28) but it is not going to be installed kwin-common: Depends: libkwineffects9 (= 4:5.8.0-0neon+16.04+build28) but it is not going to be installed I've powered off and on several times to the same results, sorry if this is simple, I'm just starting of in KDE after only several months as an Ubuntu user. Reproducible: Always Steps to Reproduce: 1.See updates needed in systray 2.Open Discover 3.Click Install Updates Actual Results: I get an error with no suggestion of a fix that states what I pasted above. Expected Results: Updated the system Dell LATITUDE E6530 8gb ram intel core i5 2.7 Nvidia 5200 GPU
Same her. ThinkPad X220T.
Try with terminal: Open Konsole. Execute line by line: sudo apt update sudo apt upgrade sudo apt full-upgrade If upgrade and full-upgrade don't work: sudo apt install -f
Hi Roman, works for me, but I think Discover is only a GUI for apt-get? Thanks, Ribiku
Hi Ribiku, great to hear that it solved your problem. Somebody else has to answer this question, who is more involved in the development of Discover. I think it uses PackageKit, which again uses an apt backend for updating / installing software. In any case when updating, Discover seems to do something equivalent to apt full-upgrade. Maybe it should also do apt install -f, in case this doesn't succeed ? Or did already apt full-upgrade fix your problem?