前端之家收集整理的这篇文章主要介绍了
boot空间不足,删除ubuntu内核,
前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
查看当前使用内核
uname-a
查看内核命令:
dpkg--get-selections|grep linux
删除内核命令:sudo apt-get purge ...
sudo apt-get purgelinux-image-4.4.0-89-generic
若删除后,后面的install变成deinstall,用下面指令清理
sudo dpkg -P linux-signed-image-4.4.0-89-generic
原文链接:https://www.f2er.com/ubuntu/351663.html