Updates failing due to dependencies after upgrade to Debian 13 (trixie)

Both Cockpit and CLI updates are now failing on my nodes after a recent upgrade to Debian 13. It appears to be related to the libcamera package.

> COCKPIT:
*> *
> # Applying updates failed
*> *
> Please resolve the issue and reload this page.
*> *
> * *> The following packages have unmet dependencies:* *> libcamera0.5: Depends: libcamera-ipa (= 0.5.2+rpt20250903-1+b1) but 0.6.0+rpt20251202-1 is to be installed* *>

> CLI:
> root@node651280:/home/k2cb# apt update
> Hit:1 Index of /debian trixie InRelease
*> *Hit:2 Index of /debian trixie-updates InRelease **
*> *Hit:3 http://deb.debian.org/debian-security trixie-security InRelease **
*> *Get:4 https://pkgs.tailscale.com/stable/debian bookworm InRelease **
*> *Hit:5 Index of /public/ trixie InRelease **
*> *Hit:6 Index of /debian trixie InRelease **
> Fetched 6,584 B in 1s (8,746 B/s)
> 3 packages can be upgraded. Run 'apt list --upgradable' to see them.
> root@node651280:/home/k2cb# apt upgrade
*> Not upgrading: **
> * libcamera-ipa librpicam-app1 rpicam-apps-core

> *
> Summary:
> * Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 3

> root@node651280:/home/k2cb#

Is this package required for ASL? Should I simply remove the package using:
sudo apt remove libcamera-ipa

or attempt to correct the dependency issue?

Eric
K2CB

That's not an ASL thing. Not sure where that came from but you should be able to delete those w/o issue.

It would appear they were added during the update to trixie.

I deleted them without issue. Other updates completed without issue afterwards.

Thanks.

Eric
K2CB

How do you delete them?

Bob

Did you have the same issue with the updates failing?

sudo apt remove libcamera-ipa

Then try and check for updates again, and see if it works.

If your updates are still failing on dependencies, run
sudo apt update
sudo apt install --fix-broken
to get the packages straightened out. Then you can remove the packages you don't need using apt remove or apt purge.

Many thanks! Worked!