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

Kernel 4.0.7 Has Been Released

$
0
0

Kernel 4.0.7 has been released, bringing updates and changes.

Kernel 4.0.7 has been released, bringing support for newest GPUs and updated drivers.

As a reminder, Kernel 4.0 brought the long awaited Life Patching feature, which permits 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.

Kernel 4.0.7 Has Been Released

Installation instructions:

Compiling a Linux kernel is a little difficult and takes some time, but the Ubuntu (and derivative) users do not have to worry about that, because Canonical provides deb packages for these systems, via its kernel.ubuntu.com repository.

The below commands are available for all the Ubuntu, Linux Mint, Elementary OS, Pinguy OS, Deepin and other Ubuntu derivative systems like Peppermint, LXLE, Linux Lite, Voyager etc. Pay attention to download and install the Kernel patch for your system’s architecture (i386 debs for 32 bit systems and amd64 debs for 64 bit systems).

How to install Kernel 4.0.7 on 32 bit on Ubuntu and derivative systems:

Download the needed packages:

$ cd /tmp
$ wget \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.0.7-wily/linux-headers-4.0.7-040007_4.0.7-040007.201506292135_all.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.0.7-wily/linux-headers-4.0.7-040007-generic_4.0.7-040007.201506292135_i386.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.0.7-wily/linux-image-4.0.7-040007-generic_4.0.7-040007.201506292135_i386.deb

Install Kernel 4.0.7:

$ sudo dpkg -i linux-headers-4.0*.deb linux-image-4.0*.deb

Optional, remove the kernel:

$ sudo apt-get remove linux-header-4.0* linux-image-4.0*

How to install Kernel 4.0.7 on 64 bit on Ubuntu and derivative systems:

Download the needed packages:

$ cd /tmp
$ wget \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.0.7-wily/linux-headers-4.0.7-040007_4.0.7-040007.201506292135_all.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.0.7-wily/linux-headers-4.0.7-040007-generic_4.0.7-040007.201506292135_amd64.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.0.7-wily/linux-image-4.0.7-040007-generic_4.0.7-040007.201506292135_amd64.deb

Install Kernel 4.0.7:

$ sudo dpkg -i linux-headers-4.0*.deb linux-image-4.0*.deb

Optional, remove the kernel:

$ sudo apt-get remove linux-header-4.0* linux-image-4.0*

Share and Enjoy

TwitterFacebookGoogle PlusEmailRSS

Viewing all articles
Browse latest Browse all 2249

Trending Articles