How to install and update to Linux Kernel 4.13 RC7. Linux Kernel v4.13 RC7 brings most of the changes in drivers and architecture.
Announcing the release, Linux Torvalds wrote of 4.13-rc7, “So here’s rc7, and I still expect this to the the last rc, although the best-laid plans of mice and men.. rc7 is pretty small, with most of the changes in drivers and architecture as usual. That said, this time “most” is only _just_ true, we have enough other changes that drivers and arch fixes is only about 60% of the patch. There’s header files, VM, networking, core kernel, documentation, scripts..”
64 Bit Linux Systems
Build for amd64 succeeded (see BUILD.LOG.amd64): Run the following commands in Terminals to install and update Linux Kernel 4.13 rc7:
sudo apt-get update
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.13-rc7/linux-headers-4.13.0-041300rc7_4.13.0-041300rc7.201708272131_all.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.13-rc7/linux-headers-4.13.0-041300rc7-generic_4.13.0-041300rc7.201708272131_amd64.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.13-rc7/linux-headers-4.13.0-041300rc7-lowlatency_4.13.0-041300rc7.201708272131_amd64.deb
sudo dpkg -i linux-headers-4.13.0-*.deb linux-image-4.13.0-*.deb
sudo reboot
32 Bit Linux Systems
Build for i386 succeeded (see BUILD.LOG.i386): Run the following commands in Terminals to install and update Linux Kernel 4.13 rc7:
sudo apt-get update
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.13-rc7/linux-headers-4.13.0-041300rc7_4.13.0-041300rc7.201708272131_all.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.13-rc7/linux-headers-4.13.0-041300rc7-generic_4.13.0-041300rc7.201708272131_i386.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.13-rc7/linux-headers-4.13.0-041300rc7-lowlatency_4.13.0-041300rc7.201708272131_i386.deb
sudo dpkg -i linux-headers-4.13.0-*.deb linux-image-4.13.0-*.deb
sudo reboot