2021-05-12 14:32:11
怎樣在 CentOS 7 系統上安裝Linux Kernel 4.0
Linux Kernel 4.0 已經在上週發布,帶來了重大的變化,驅動程式更新,支援新的裝置和增強檔案系統功能;另外就是帶來使用者期待已久的功能就是:使用者更新核心時,不再需要重新啟動系統,當然對於普通使用者來說這個功能不太重要,但對於Linux伺服器來說就太重要了。
現在我們就來看看在 CentOS 7 系統上安裝Linux Kernel 4.0。
因為可以通過 ElRepo 庫進行安裝,是的我們要在 CentOS 7 系統上安裝 Kernel 4.0 變得很容易,輸入以下命令。
先切換到 root 賬戶,新增 Key:
su root
rpm --import https://www.elrepo.org/RPM-GPG-KEY-elrepo.org
為你的系統新增庫:
yum install http://www.elrepo.org/elrepo-release-7.0-2.el7.elrepo.noarch.rpm
安裝 kernel-ml 包:
yum --enablerepo=elrepo-kernel install kernel-ml
重新啟動:
reboot
解除安裝 kernel 4.0命令:
yum remove kernel-ml
Linux Kernel 4.0 時代來臨 http://www.linuxidc.com/Linux/2015-04/116209.htm
Ubuntu 13.10 (Saucy Salamander) 核心已升級至 Linux Kernel 3.10 RC5 http://www.linuxidc.com/Linux/2013-06/86110.htm
Linux Kernel 3.4.62 LTS 現已經提供下載 http://www.linuxidc.com/Linux/2013-09/90368.htm
如何在Ubuntu 13.10上安裝Linux核心 3.12 http://www.linuxidc.com/Linux/2013-11/92930.htm
如何在Ubuntu 14.10,Ubuntu 14.04及其衍生版本安裝 3.16.7 CKT2核心 http://www.linuxidc.com/Linux/2014-12/110189.htm
相關文章