我尝试使用以下命令删除 5.17.0-1014 内核:
sudo apt remove linux-image-5.17.0-1014-oem
apt 建议安装 linux-image-unsigned-5.17.0-1014-oem。
要删除内核,我输入了以下命令:
sudo apt remove linux-image-5.17.0-1014-oem linux-image-unsigned-5.17.0-1014-oem
这是 apt 的正常行为吗?
答案1
我发现了类似的老问题删除 linux-image 内核会导致安装 linux-image-unsigned 包
我喜欢@t7e 的回答https://askubuntu.com/a/1418845/764841它对我有用。
这似乎不明显,但却是一个相当简单的解决方案——只需用一个命令将它们都删除即可:
sudo apt-get remove --purge linux-image-4.18.0-15-generic linux-image-unsigned-4.18.0-15-generic
答案2
该问题已通过系统更新修复,目前已恢复正常。
sudo apt remove linux-image
sudo apt remove linux-modules
sudo apt remove linux-headers