Comments on: How to Install or Upgrade to Kernel 5.0 in CentOS 7 https://www.tecmint.com/install-upgrade-kernel-version-in-centos-7/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Wed, 13 Jan 2021 05:09:01 +0000 hourly 1 By: Ravi Saive https://www.tecmint.com/install-upgrade-kernel-version-in-centos-7/comment-page-1/#comment-1414533 Wed, 13 Jan 2021 05:09:01 +0000 http://www.tecmint.com/?p=24806#comment-1414533 In reply to Dedi.

Check this artice – How to Compile Linux Kernel on CentOS 7

]]>
By: Dedi https://www.tecmint.com/install-upgrade-kernel-version-in-centos-7/comment-page-1/#comment-1413513 Tue, 12 Jan 2021 05:50:28 +0000 http://www.tecmint.com/?p=24806#comment-1413513 In reply to Ravi Saive.

Can you share the step? and where I can download the kernel?

Thanks.

]]>
By: Ravi Saive https://www.tecmint.com/install-upgrade-kernel-version-in-centos-7/comment-page-1/#comment-1413503 Tue, 12 Jan 2021 05:37:26 +0000 http://www.tecmint.com/?p=24806#comment-1413503 In reply to Dedi.

@Dedi,

Then you need to manually install the Kernel…

]]>
By: Dedi https://www.tecmint.com/install-upgrade-kernel-version-in-centos-7/comment-page-1/#comment-1413499 Tue, 12 Jan 2021 05:20:30 +0000 http://www.tecmint.com/?p=24806#comment-1413499 In reply to Ravi Saive.

After running command:

# yum --disablerepo="*" --enablerepo="elrepo-kernel" list available

no kernel version 4.18, and just view version 5.4.

and running command:

# yum install kernel-4.18.0-80.1.2.el8_0.x86_64

Output:
Nothing to do.

]]>
By: Ravi Saive https://www.tecmint.com/install-upgrade-kernel-version-in-centos-7/comment-page-1/#comment-1413494 Tue, 12 Jan 2021 04:54:42 +0000 http://www.tecmint.com/?p=24806#comment-1413494 In reply to Dedi.

@Dedi,

To install a specific kernel version, use the following:

# yum install kernel-{version}

You can list the kernel version using the following command.

# yum check-update | grep kernel

Then install the specifi kernel version a shown.

]]>