LinuxKernel3.13.8 kernel has been released recently. For details about the release log of this kernel, refer to the release log. The main purpose of kernel upgrade is to obtain the latest hardware support. Without PPA, this tutorial mainly downloads the DEB installation package command, applicable to Ubuntu, LinuxMint, ElementaryOS and its derivative versions. 32-bit system and 64-bit system installation command: 32-bit system download installation package command: wgetkernel.
Linux Kernel 3.13.8 Kernel has been released not long ago. For more information about the detailed release log of this Kernel, see the release log.
The main purpose of kernel upgrade is to obtain the latest hardware support.
Without PPA, this tutorial mainly downloads the DEB installation package command, applicable to Ubuntu, Linux Mint, Elementary OS and its derivative versions. 32-bit system and 64-bit system installation command:
32-bit System
Download the installation package command:
wget kernel.ubuntu.com/~kernel-ppa/mainline/v3.13.8-trusty/linux-headers-3.13.8-031308_3.13.8-031308.201403311335_all.deb
wget kernel.ubuntu.com/~kernel-ppa/mainline/v3.13.8-trusty/linux-headers-3.13.8-031308-generic_3.13.8-031308.201403311335_i386.deb
wget kernel.ubuntu.com/~kernel-ppa/mainline/v3.13.8-trusty/linux-image-3.13.8-031308-generic_3.13.8-031308.201403311335_i386.deb
Installation command:
sudo dpkg -i linux-headers-3.13*.deb linux-image-3.13*.deb
64-bit System
Download the installation package command:
wget kernel.ubuntu.com/~kernel-ppa/mainline/v3.13.8-trusty/linux-headers-3.13.8-031308_3.13.8-031308.201403311335_all.deb
wget kernel.ubuntu.com/~kernel-ppa/mainline/v3.13.8-trusty/linux-headers-3.13.8-031308-generic_3.13.8-031308.201403311335_amd64.deb
wget kernel.ubuntu.com/~kernel-ppa/mainline/v3.13.8-trusty/linux-image-3.13.8-031308-generic_3.13.8-031308.201403311335_amd64.deb
Installation command:
sudo dpkg -i linux-headers-3.13*.deb linux-image-3.13*.deb
If any problem occurs, run the following command to uninstall the kernel:
sudo apt-get remove linux-headers-3.13.8* linux-image-3.13.8*
Linux Kernel: Click here
Linux Kernel: Click here
Reading:
Linux Kernel will replace iptables http://www.linuxidc.com/Linux/2013-10/91727.htm with nftables
Linux 3.12 codenamed Suicidal Squirrel http://www.linuxidc.com/Linux/2013-09/90023.htm
How to install Linux 3.11 kernel http://www.linuxidc.com/Linux/2013-09/89674.htm on Ubuntu
Ubuntu 13.10 (Saucy Salamander) Kernel has been upgraded to Linux Kernel 3.10 RC5 http://www.linuxidc.com/Linux/2013-06/86110.htm
Linux Kernel 3.4.62 LTS is now available to download the http://www.linuxidc.com/Linux/2013-09/90368.htm
How to install Linux kernel 13.10 http://www.linuxidc.com/Linux/2013-11/92930.htm on Ubuntu 3.12
For more information about Ubuntu, see Ubuntu special page http://www.linuxidc.com/topicnews.aspx? Tid = 2