Solution to "The following packages have been kept back"

系统OS:Debian bookworm 12

早上给系统做security更新,报错

Shell Session
The following packages have been kept back:
linux-image-amd64

解决方法Solution:

added "--with-new-pkgs" after former command

在apt-get upgrade后加上--with-new-pkgs安装依赖软件包

Shell Session
apt-get upgrade --with-new-pkgs

或者选择使用apt命令解决

纯文字
apt upgrade