{Linux} boot仅剩余XX字节

1. 查看已安装的linux-image各版本
dpkg --get-selections |grep linux-image
 
2. 查看我们当前使用的是哪一个版本:
uname -a 
 
3. 使用命令卸载掉其他不用的版本:
sudo apt-get purge linux-image-4.4.0-83-generic  
原文地址:https://www.cnblogs.com/xy123001/p/7253990.html