标签:命令 log sel 流程 toc 查看 headers apt-get --
Ubuntu 垃圾清理可以依次采用如下命令
sudo apt-get clean sudo apt-get autoremove sudo apt-get autoclean
Ubuntu 内核清理流程
1. 查看所有内核
dpkg --get-selections | grep linux
2. 查看当前内核
uname -a
3. 清理老内核
sudo apt-get remove linux-headers--*** linux-image--***
4. 更新内核列表grub
sudo update-grub
5. 清除内核列表deinstall选项
a. 查看所有内核
dpkg --get-selections | grep linux
b. 清除deinstall内核
sudo dpkg -P linux-image-***
标签:命令 log sel 流程 toc 查看 headers apt-get --
原文地址:http://www.cnblogs.com/lanseyilin/p/6804314.html