[Share Experiences] 如何更换安装stable或者LTS内核
Tofloor
poster avatar
houyawei
deepin
2021-07-01 00:28
Author

请问是不是这样操作的,安装stable内核(目前5.12.xx)

sudo apt install linux-image-deepin-stable-amd64 linux-headers-deepin-stable-amd64  

安装LTS内核(目前5.10.xx)

sudo apt install linux-image-deepin-amd64 linux-headers-deepin-amd64 

这个server是服务器版的吗

linux-headers-deepin-server-amd64

linux-image-deepin-server-amd64

Reply Favorite View the author
All Replies
忘记、过去
deepin
2021-07-01 00:43
#1

stable 和 lts 没问题,server 的内核好像还是 4.19 吧......

Reply View the author
houyawei
deepin
2021-07-01 00:47
#2
忘记、过去

stable 和 lts 没问题,server 的内核好像还是 4.19 吧......

好的了解了,我看以后自己的老本子还是尽量用LTS吧,用stable总是遇到某个版本,键盘部分按键或触摸板失效的问题

Reply View the author
deepin-mq
deepin
2021-07-01 01:12
#3

没问题,建议用LTS内核,兼容性好一些

Reply View the author
songyiyong
deepin
2021-07-02 14:24
#4

怎么升级内核5.10

Reply View the author
houyawei
deepin
2021-07-02 17:56
#5

安装LTS内核,不过应该默认就有

sudo apt install linux-image-deepin-amd64 linux-headers-deepin-amd64 

然后开机的时候选第二个高级启动,用5.10.36内核开机,目前5.10.36是5.10.xx里面最新的。

开机后列出所有内核

dpkg --get-selections| grep linux

卸载掉你不想要的内核

sudo apt remove --purge linux-headers-5.13*  linux-image-5.13*

我是把stable也卸载了,只保留LTS的

sudo apt autoremove linux-image-deepin-stable-amd64 linux-headers-deepin-stable-amd64  
Reply View the author
houyawei
deepin
2021-07-02 17:57
#6
songyiyong

怎么升级内核5.10

忘了点回复,直接回到主贴了

Reply View the author