Update error - qt6-webengine version problem

Good morning, this is something I’ve been seeing for a few weeks now.

Dependency resolution failed:
The following packages have unmet dependencies: plasma-widgets-addons: Depends: qt6-webengine (>= 6.10.0) but 6.9.2-0zneon+24.04+noble+release+build35 is to be installed

Any ideas on how to resolve it?

System data

Install through the terminal.

sudo apt update

Then:

sudo apt full-upgrade

That is what worked for me.

Then clean up with

sudo apt clean

sudo apt autoremove

This is not a complete solution. See https://bugs.kde.org/show_bug.cgi?id=512669 to find how to do this properly

Hello,

I’m on KDE neon 22.04 LTS, but the solution I saw in the bug report involves running dist-upgrade. I’m fairly new to Linux, but as far as I know, I shouldn’t run dist-upgrade on an LTS system, right?

Accidentally, I ran the full-upgrade, it did indeed remove 2 packages mentions in the bug report. Hopefully there a fix soon. Nothing broken yet on my side.

In this particular case it is fine to use ‘apt dist-upgrade’, but you can proceed in a different (safer…) way:

  1. sudo apt install neon-settings-2
    
  2. pkcon refresh
    
  3. pkcon update
    

Step (1) modifies apt/pkcon preferences so that ‘pkcon/discovery’ starts working as expected, without conflicts

Would you mind telling me how to do what you did with the numbered commands you typed out here? What I’m trying to figure out is how did you get them to have the “Copy” option on them so others can just click the little copy icon? If that makes sense…Thanks

An example from your comment:
sudo apt install neon-settings-2

I apologize to OP as I know this isn’t the right place for this, but I wasn’t sure how to do it the right way.

I think this is automatic for code blocks (please note that commands are on the gray background - a sign of code block).

Good evening Alexandre, looks like your 2 answers got the error out of the way. Thanks.

Is this related to the issue I’m having? It seems very similar, but the solution doesn’t work for me.