檢視當前系統核心版本:uname -r
匯入elpepo倉庫公共金鑰:
rpm --import如有報錯資訊 curl: (35) peer reports incompatible or unsupported protocol version:
先執行 yum update -y nss curl libcurl
安裝elpepo的倉庫yum源:
列出可用的系統核心包:
說明:lt長期維護版 ml最新穩定版
這裡選擇lt版本:
設定核心預設啟動:
重啟:reboot
重啟結束後,檢視核心版本:
完結
CentOS7公升級核心
步驟1 載入公鑰 步驟2 安裝elrepo 步驟3 載入elrepo kernel元資料 步驟4 檢視可用的rpm包 步驟5 安裝最新版本的kernel yum disablerepo enablerepo elrepo kernel install y kernel ml.x86 64 步驟6 重...
Centos7公升級linux核心的方法
因為安裝docker需要linux的核心版本不低於3.18,所以需要把centos7的linux核心公升級,完全參考centos7公升級核心到3.18的方法,實際上公升級到了5.11。具體步驟如下 更新前,檢視核心版本 uname r 匯入key rpm import 安裝elrepo的yum源 r...
centos7公升級pip版本
但是pip沒有設定的話,其實使用的指向還是python2的 那麼我們要公升級pip的話首先要把pip指向python 進入usr bin目錄 cd usr bin 檢視pip字首的檔案 ll pip 刪除pip檔案 rm pip 重新設定pip檔案 ln s usr local python3 bi...