CentOS7升級5.10內核


1. 下載內核

kernel-ml-5.10.48-1.el7.x86_64.rpm
kernel-ml-devel-5.10.48-1.el7.x86_64.rpm
kernel-ml-headers-5.10.48-1.el7.x86_64.rpm

2. 安裝

yum localinstall kernel-*

  

可能出現如下錯誤提示:

Error: kernel-ml-tools-libs conflicts with kernel-tools-libs-5.4.129-200.el7.x86_64
Error: kernel-ml-headers conflicts with kernel-headers-5.4.129-200.el7.x86_64
Error: kernel-ml-tools conflicts with kernel-tools-5.4.129-200.el7.x86_64
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest

 

解決方法:按照提示添加 --skip-broken,即

yum localinstall kernel-ml-* --skip-broken

 

 

參考:

1. Linux升級5.10.x內核


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM