{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  

 

posted @ 2017-07-29 10:53  xy123001  阅读(225)  评论(0编辑  收藏  举报