Deepin 更换内核
作者:互联网
1.添加更新源 stretch-backports
sudo apt-get -t stretch-backports upgrade
或者阿里云添加此源
2.搜索软件包
sudo apt-cache search linux-image
3.安装新版内核
sudo apt-get -t stretch-backports install linux-image-4.19.0-0.bpo.5-amd64 linux-headers-4.19.0-0.bpo.5-amd64
4.如果依赖包未安装那么指定 -t stretch-backports 来安装响应版本依赖包
sudo apt-get install -t stretch-backports packagename
5.出现minicore错误请忽略
标签:get,stretch,sudo,Deepin,backports,apt,内核,linux,更换 来源: https://www.cnblogs.com/wangshuyi/p/12827924.html