Bug 370214 - unable to upgrade system, but system keeps telling me to upgrade
Summary: unable to upgrade system, but system keeps telling me to upgrade
Status: RESOLVED FIXED
Alias: None
Product: neon
Classification: KDE Neon
Component: Packages User Edition (other bugs)
Version First Reported In: unspecified
Platform: Neon Linux
: NOR normal
Target Milestone: ---
Assignee: Neon Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-06 19:50 UTC by Ian
Modified: 2016-10-21 15:15 UTC (History)
5 users (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ian 2016-10-06 19:50:53 UTC
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
Comment 1 Ribiku Sith 2016-10-07 11:00:27 UTC
Same her. ThinkPad X220T.
Comment 2 Roman Gilg 2016-10-08 00:06:07 UTC
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
Comment 3 Ribiku Sith 2016-10-08 09:41:08 UTC
Hi Roman,

works for me, but I think Discover is only a GUI for apt-get?

Thanks,

Ribiku
Comment 4 Roman Gilg 2016-10-08 09:50:47 UTC
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?