# Install the compilation environment is necessary library sudoapt-getinstallbuild-essentialsudoapt-getinstalllibncurses5-dev # download the source package wgethttps 3.13.6: // compile
# Install the compilation environment as a necessary Library
Sudo apt-get install build-essential
Sudo apt-get install libncurses5-dev
# Download the 3.13.6 source code package
Wget https://www.kernel.org/pub/linux/kernel/v3.x/linux-3.13.6.tar.xz
Tar-Jxvf linux-3.13.6.tar.xz
Cd linux-3.13.6
# Clear the files generated by the previous compilation. If this is not required for the first time
Make mrproper
# You can copy the kernel configurations of the original system. Optional.
Cp/boot/config-3.11.0-12-generic. config
# Run the configuration file
Make menuconfig
# Compile the kernel and module
Make bzImage
Make modules
Sudo make modules_install
Sudo make install
# Update grub
Sudo update-grub
# How to delete the compiled and installed Kernel
# If the new kernel is not working properly, delete the files and directories related to the new kernel in/boot AND/lib/modules.
# Sudo update-grub
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