码迷,mamicode.com
首页 > 系统相关 > 详细

Ubuntu 垃圾清理与内核清理

时间:2017-05-03 22:48:04      阅读:285      评论:0      收藏:0      [点我收藏+]

标签:命令   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-***

Ubuntu 垃圾清理与内核清理

标签:命令   log   sel   流程   toc   查看   headers   apt-get   --   

原文地址:http://www.cnblogs.com/lanseyilin/p/6804314.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!