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