Centos 이전 커널 버전 설치

Centos 이전 커널 버전 설치

3.10.0-1062.el7.x86_64 현재 다운그레이드하려는 커널 버전을 사용하고 있습니다 3.10.0-957.27.2.el7.x86_64(설치되지 않았으므로 기존 프로젝트를 지원해야 함).

나는 시도했다:

yum install  kernel-3.10.0-957.27.2.el7.x86_64
Failed to set locale, defaulting to C
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: mirrors.gigenet.com
 * epel: mirror.steadfastnet.com
 * extras: mirror.steadfastnet.com
 * updates: mirror.steadfastnet.com
No package kernel-3.10.0-957.27.2.el7.x86_64 available.
Error: Nothing to do

답변1

...3.10.0-957.27.2.el7.x86_64로 다운그레이드하고 싶습니다.

kernel-3.10.0-957.27.2.el7.x86_64CERN에 저장/저장됨:

https://linuxsoft.cern.ch/cern/centos/7/updates/x86_64/Packages/kernel-3.10.0-957.27.2.el7.x86_64.rpm

참조번호https://linuxsoft.cern.ch/cern/centos/7/updates/x86_64/repoview/kernel.html...그리고 참고자료. Googlehttps://www.google.com/search?q=kernel-3.10.0-957.27.2.el7.x86_64

다운로드 및 설치:

# yum install Downloads/kernel-3.10.0-957.27.2.el7.x86_64.rpm

관련 정보