Hello Linux Geeksters. As you may know, the Linux Kernel 3.2.50 LTS (long term support) has been released yesterday. It comes with some fixes and improvements, to the previous version, Kernel 3.2.49. For more information, see the official announcement.

In this article I will show you how to install the Linux Kernel 3.2.50 on Ubuntu 13.10 Saucy Salamander, Ubuntu 13.04 Raring Ringtail, Ubuntu 12.10 Quantal Quetzal, Ubuntu 12.04 Precise Pangolin, Ubuntu 10.04 Lucid Lynx, Linux Mint 16 Petra, Linux Mint 15 Olivia, Linux Mint 14 Nadia, Linux Mint 13 Maya, Debian Jessie, Debian Sid, Debian Wheezy, Debian Squeeze, Elementary OS, Knoppix, Crunchbang OS, Deepin and other Debian / Ubuntu based Linux systems.
Because the deb packages are available via kernel.ubuntu.com, we don’t have to compile the kernel by hand. Follow the instructions for your system architecture, in order to get a successful installation.
Unfortunatelly, kernel.ubuntu.com has kernel packages only for amd64 (64 bit) systems. I will update the article if / when the i386 (32 bit) packages will be added to the site.
How to install Kernel 3.2.50 on 64 bit Ubuntu / Debian and derivates:
Download the needed packages:
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.2.50-precise/linux-headers-3.2.50-030250_3.2.50-030250.201308021735_all.deb
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.2.50-precise/linux-headers-3.2.50-030250-generic_3.2.50-030250.201308021735_amd64.deb
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.2.50-precise/linux-image-3.2.50-030250-generic_3.2.50-030250.201308021735_amd64.deb
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.2.50-precise/linux-image-extra-3.2.50-030250-virtual_3.2.50-030250.201308021735_amd64.deb
Install Kernel 3.2.50 on Ubuntu, Linux Mint and Debian:
$ sudo dpkg -i *.deb