[Feelings & Sharing] deepin有没有类似kernel.ubuntu.com/~kernel-ppa/mainline的网站
Tofloor
poster avatar
hamlin
deepin
2022-06-01 21:08
Author

deepin有没有类似 https://kernel.ubuntu.com/~kernel-ppa/mainline/?C=N;O=D 的网站?

kernel官网有更新,及时打包最近内核,想升级的用户可以直接下载编译好的内核就可以。

感觉很方便。

Reply Favorite View the author
All Replies
thepoy
deepin
2022-06-01 21:17
#1
echo 'deb http://deb.xanmod.org releases main' | sudo tee /etc/apt/sources.list.d/xanmod-kernel.list
wget -qO - https://dl.xanmod.org/gpg.key | sudo apt-key --keyring /etc/apt/trusted.gpg.d/xanmod-kernel.gpg add -
sudo apt update && sudo apt install <内核版本代号>
reboot

如果想体验最新内核的话xanmod就行,有些激进的发行版直接把xanmod用作官方内核仓库。

内核版本代号:

  • linux-xanmod [5.17]
  • linux-xanmod-edge [5.18]
  • linux-xanmod-lts [5.15]
  • linux-xanmod-tt [5.15-tt]
  • linux-xanmod-rt-edge [5.15-rt]
  • linux-xanmod-rt [5.10-rt].

如果你想安装最新稳定内核,使用 linux-xanmod,想安装最新主线内核,使用 linux-xanmod-edge

Reply View the author
神末shenmo
deepin
Spark-App
Q&A Team
2022-06-01 22:00
#2

可以提交到 https://bbs.deepin.org/post/237746

Reply View the author