centos 公升級核心到最新版本

2021-07-11 11:03:56 字數 833 閱讀 8657

centos 7 預設核心版本為 3.10

公升級核心需要使用 elrepo 的yum 源首先我們匯入 elrepo 的key

rpm –import

公升級核心需要使用 elrepo 的yum 源

首先我們匯入 elrepo 的key

rhel-7, sl-7 or centos-7:

rpm –import

rhel-6, sl-6 or centos-6

rpm -uvh

* rhel-5, sl-5 or centos-5*

rpm -uvh

在yum的elrepo源中,ml(mainline) 為最新版本的核心lt長期支援的核心

安裝 ml 的核心

yum –enablerepo=elrepo-kernel install kernel-ml

安裝 lt 的核心

yum –enablerepo=elrepo-kernel install kernel-lt

修改核心啟動順序,預設啟動的順序應該為1,公升級以後核心是往前面插入,為0

grub2-set-default 0

重啟系統

reboot

檢視 核心版本

uname -r

CentOS7公升級核心到最新版本

檢視當前系統的核心版本 uname rrpm import org rpm gpg key elrepo.orgrpm uvh org elrepo release 7.0 2.el7.elrepo noarch rpm如果安裝過程中出現yum提示的錯誤 執行如下語句 rm f var run yu...

yarn 公升級最新版本

yarn 公升級最新版本 npm install yarn latest g檢視yarn歷史版本 npm view yarn versions jsonyarn 公升級指定版本 例 公升級到1.21.3版本 yarn upgrade v1.21.3yarn 降低到指定版本 先解除安裝,再安裝 npm...

公升級docker至最新版本

1.錯誤 為集群建立網路時,docker提示 network is not a docker command.原因 在ubuntu上直接安裝的docker不是最新版本,此時我在ubuntu上安裝的是1.6.1的版本,需要公升級版本才能使用 network 命令。解決辦法 公升級docker版本 a ...