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

Kernel 4.2 RC7 Has Been Released

$
0
0

As you may know, Kernel 4.2 RC7 has been released last night and may be the last RC version until Kernel 4.2 stable gets released.

Install Kernel 4.2 on Ubuntu

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.2 RC7 on 32 bit Ubuntu and derivative systems:

Download the needed packages:

$ cd /tmp
$ wget \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.2-rc7-unstable/linux-headers-4.2.0-040200rc7_4.2.0-040200rc7.201508162030_all.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.2-rc7-unstable/linux-headers-4.2.0-040200rc7-generic_4.2.0-040200rc7.201508162030_i386.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.2-rc7-unstable/linux-image-4.2.0-040200rc7-generic_4.2.0-040200rc7.201508162030_i386.deb

Install the Kernel:

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

Optional, remove the kernel:

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

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

Download the needed packages:

$ cd /tmp
$ wget \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.2-rc7-unstable/linux-headers-4.2.0-040200rc7_4.2.0-040200rc7.201508162030_all.deb \
http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.2-rc7-unstable/linux-headers-4.2.0-040200rc7-generic_4.2.0-040200rc7.201508162030_amd64.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.2-rc7-unstable/linux-image-4.2.0-040200rc7-generic_4.2.0-040200rc7.201508162030_amd64.deb

Install the Kernel:

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

Optional, remove the kernel:

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

Share and Enjoy

TwitterFacebookGoogle PlusEmailRSS

Viewing all articles
Browse latest Browse all 2249

Trending Articles