Quantcast
Channel: LinuxG.net
Viewing all articles
Browse latest Browse all 2249

How To Install Kernel 4.1.6 on CentOS 7, Via Repository

$
0
0

Greg Kroah-Hartman has released Kernel 4.1.6 LTS, this being the most advanced stable kernel available.

Like usual, it brings file system enhancements, architecture optimizations and support for new hardware, among others.

Also worth mentioning: Starting with Kernel 4.0 the long awaited Life Patching feature has been implemented, permitting the users to update the kernel without having to reboot the system. While this is not important for regular users, this feature is very good for Linux servers.

Installation instructions:

The ElRepo repository provides the latest stable version of the kernel for CentOS 7, Enterprise Linux 7 and RHEL 7.

In order to install the kernel patch, you need to add the repository’s key to your system, install the repository and enable the repo and install the kernel-ml package:

$ 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
# yum --enablerepo=elrepo-kernel install kernel-ml

Reboot and choose Kernel 4.1.5 at startup:

# reboot

Optional, to remove kernel 4.1.5, do:

# yum remove kernel-ml

Share and Enjoy

TwitterFacebookGoogle PlusEmailRSS

Viewing all articles
Browse latest Browse all 2249

Trending Articles