# 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
The Linux kernel replaces iptables with nftables
Linux 3.12 code Suicidal Squirrel
How to install Linux 3.11 Kernel on Ubuntu
The Ubuntu 13.10 (Saucy Salamander) Kernel has been upgraded to Linux Kernel 3.10 RC5
Linux Kernel 3.4.62 LTS is now available for download
How to install Linux kernel 13.10 On Ubuntu 3.12