Install Linux Kernel 3.13.3 (Stable) in Ubuntu or Linux Mint
Section: System | Actuality: UnspecifiedInstall the kernel version of the commands below can be in the following Linux distributions: Ubuntu 13.10/12.04 and Linux Mint 16/13
Installing the Linux Kernel 3.13.3
1. Open a terminal, copy and run one of the commands according to the architecture of your system/computer, at your own risk:
For 32-bit (single command):
1. Open a terminal, copy and run one of the commands according to the architecture of your system/computer, at your own risk:
For 32-bit (single command):
cd /tmp && wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.13.3-trusty/linux-headers-3.13.3-031303-generic_3.13.3-031303.201402131842_i386.deb http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.13.3-trusty/linux-headers-3.13.3-031303_3.13.3-031303.201402131842_all.deb http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.13.3-trusty/linux-image-3.13.3-031303-generic_3.13.3-031303.201402131842_i386.deb && sudo dpkg -i *.deb
For 64-bit (single command):
cd /tmp && wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.13.3-trusty/linux-headers-3.13.3-031303-generic_3.13.3-031303.201402131842_amd64.deb http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.13.3-trusty/linux-headers-3.13.3-031303_3.13.3-031303.201402131842_all.deb http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.13.3-trusty/linux-image-3.13.3-031303-generic_3.13.3-031303.201402131842_amd64.deb && sudo dpkg -i *.deb
2. Update GRUB (GRUB need to upgrade the Linux system where it is installed, if you have more than one)
sudo update-grub
Note If you have a boot loader installed BURG, and it should be updated:
sudo update-burg
3. At the end of the installation, close all applications and restart the computer the following command:
sudo reboot
Once logged in, check the version of the current kernel with the command:
uname-r