安装新内核后,这几个可以删除吗
Tofloor
poster avatar
flynn365
deepin
2020-09-06 20:19
Author




Reply Favorite View the author
All Replies
今风
deepin
2020-09-06 20:57
#1
可以删除,但没必要删除。
Reply View the author
flynn365
deepin
2020-09-07 17:56
#2
https://bbs.deepin.org/post/201461
可以删除,但没必要删除。

我看论坛里有个帖子里有卸载内核的脚本,里面警告不要删除自带的5.3内核
Reply View the author
flynn365
deepin
2020-09-07 17:59
#3

Reply View the author
今风
deepin
2020-09-07 21:52
#4

查看当前系统已安装的内核
dpkg --get-selections| grep linux
可以看到系统已经安装的内核版本,包括 headers 和 image 。


删除卸载旧的内核。
sudo apt-get remove --purge linux-headers-4.4.0-22
sudo apt-get remove --purge linux-image-4.2.0-22-generic
Reply View the author
landunvip
deepin
2020-09-07 22:22
#5
可以卸载没有问题,昨天刚试过。
Reply View the author
exile
deepin
2020-09-07 22:48
#6
不推荐卸载是因为5.8内核用了有问题 可以回退到5.3继续使用
Reply View the author
rison
deepin
2020-09-07 22:52
#7
可以卸载,当时不建议,本来就是保留多个内核切换的。
Reply View the author