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

Kernel 4.0.5 Brings Optimizations for Architectures, File Systems and Drivers

$
0
0

Kernel 4.0.5 has been released, being the most advanced stable kernel available.

Greg Kroah-Hartman has announced Kernel 4.0.5, a kernel patch that bring architecture updates for ARM, x86, MIPS, PowerPC, s390, ARM64, and PA-RISC, filesystem specific optimizations for Btrfs, EXT4, XFS, OverlayFS, jbd2, Optimized MPEG Filesystem (OMFS), and NFS and updated drivers, among others.

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.

Because it has been already adopted by many Linux distributions, the developers will most likely make it a LTS version.

Kernel 4.0.5 Has Been Released. Install It On Ubuntu Your Ubuntu System Now.

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

Download the needed packages:

$ cd /tmp
$ wget \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.0.5-wily/linux-headers-4.0.5-040005_4.0.5-040005.201506061639_all.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.0.5-wily/linux-headers-4.0.5-040005-generic_4.0.5-040005.201506061639_i386.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.0.5-wily/linux-image-4.0.5-040005-generic_4.0.5-040005.201506061639_i386.deb

Install Kernel 4.0.5:

$ 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.5 on 64 bit on Ubuntu and derivative systems:

Download the needed packages:

$ cd /tmp
$ wget \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.0.5-wily/linux-headers-4.0.5-040005_4.0.5-040005.201506061639_all.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.0.5-wily/linux-headers-4.0.5-040005-generic_4.0.5-040005.201506061639_amd64.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.0.5-wily/linux-image-4.0.5-040005-generic_4.0.5-040005.201506061639_amd64.deb

Install Kernel 4.0.5:

$ 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