Site icon TechGit

Update to Linux Kernel 4.13 RC6 on Ubuntu Systems

Update to Linux Kernel 4.13 RC6 on Ubuntu Systems. Ubuntu users can download and install Kernel 4.13 RC6. The sixth weekly release Kernel 4.13 RC6 brings many regression and bug fixes.

Announcing the release of Kernel 4.13 RC6, Linus Torvalds wrote:

Things have been pretty calm, and rc6 is out there. Nothing particular really stands out – it all looks normal, with just under half of the patch being drivers (networking stands out, but there’s infiniband, sound and misc other things too), a third of the rest being arch updates, and the rest is just misc more or less core stuff all over.

The appended shortlog is about as descriptive as anything else. It’s short enough that you can easily skim through it to see if there is something particular you might be interested in. So everything still looks on target for a normal release schedule, which would imply rc7 next weekend, and then the final 4.13 the week after that.

Unless something happens, of course. Tomorrow is the solar eclipse, and maybe it brings doom and gloom even beyond the expected Oregon trafficalypse. You never know.

Linus Torvalds – http://lkml.iu.edu/hypermail/linux/kernel/1708.2/03592.html

Install Kernel 4.13 RC6 on 32 Bit Systems

Run the following commands in terminal to install Kernel 4.13 RC6 on 32 Bit Systems:

sudo apt-get update
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.13-rc6/linux-headers-4.13.0-041300rc6_4.13.0-041300rc6.201708201831_all.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.13-rc6/linux-headers-4.13.0-041300rc6-generic_4.13.0-041300rc6.201708201831_i386.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.13-rc6/linux-headers-4.13.0-041300rc6-lowlatency_4.13.0-041300rc6.201708201831_i386.deb
sudo dpkg -i linux-headers-4.13.0-041300rc6-*.deb linux-image-4.13.0-041300rc6-*.deb
sudo reboot

Install Kernel 4.13 RC6 on 64 Bit Systems

Run the following commands in terminal to install Kernel 4.13 RC6 on 64 Bit Systems:

sudo apt-get update
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.13-rc6/linux-headers-4.13.0-041300rc6_4.13.0-041300rc6.201708201831_all.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.13-rc6/linux-headers-4.13.0-041300rc6-generic_4.13.0-041300rc6.201708201831_amd64.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.13-rc6/linux-headers-4.13.0-041300rc6-lowlatency_4.13.0-041300rc6.201708201831_amd64.deb
sudo dpkg -i linux-headers-4.13.0-041300rc6-*.deb linux-image-4.13.0-041300rc6-*.deb
sudo reboot

Linux Kernel v4.13-rc6 mainline build

These binary packages represent builds of the mainline or stable Linux kernel tree at the commit below. To obtain the source from which they are built fetch the commit below:

git://git.launchpad.net/~ubuntu-kernel-test/ubuntu/+source/linux/+git/mainline-crack v4.13-rc6

and apply the patches on top in the order below:

0001-base-packaging.patch
0002-debian-changelog.patch
0003-configs-based-on-Ubuntu-4.13.0-6.7.patch

The patches can be found at http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.13-rc6/

Update to Linux Kernel 4.13 RC6 on Ubuntu Systems originally posted on Source Digit – Latest Technology, Gadgets & Gizmos.

FacebookTwitterTumblrRedditLinkedInHacker NewsDiggBufferGoogle ClassroomThreadsXINGShare
Exit mobile version