cloud 内核的包名是 linux-image-cloud-amd64,可以直接从官方源安装:

apt update
apt install linux-image-cloud-amd64
update-grub
reboot

删除过时的内核:

dpkg --get-selections | grep linux
apt autoremove --purge 内核名称
apt autoremove
apt autoclean

清理一下

rm -rf /var/lib/apt/lists/*   /var/cache/apt
最后修改:2024 年 09 月 24 日
如果觉得我的文章对你有用,请随意赞赏