Linux Kernel 3.0.84 Stable Has Been Released | How To Install Kernel 3.0.84 On Ubuntu And Derivates

Hello Linux Geeksters. The Linux Kernel 3.0.84 has became stable. It was used by default on Ubuntu 11.10 Oneiric Ocelot. The release comes with fixes and improvements only.

Watch Free Movies

The booting process is faster on the kernel 3.0 series than on the newest kernels. Your laptop drivers may not have good support for this kernel, but the Linux Kernel 3.0.84 is very good on servers.

how to install the Linux Kernel 3.0.84 on Ubuntu 13.10 Saucy Salamander, Ubuntu 13.04 Raring Ringtail, Ubuntu 12.10 Quantal Quetzal, Ubuntu 12.04 Precise Pangolin, Linux Mint 16 Petra, Linux Mint 15 Olivia, Linux Mint 14 Nadia, Linux Mint 13 Maya, Debian Sid, Debian Wheezy, Debian Squeeze, Knoppix 7.2.0, Knoppix 7.1.0, Crunchbang and other Debian and Ubuntu derivates.

In this article I will show you how to install the Linux Kernel 3.0.84 on Ubuntu 13.10 Saucy Salamander, Ubuntu 13.04 Raring Ringtail, Ubuntu 12.10 Quantal Quetzal, Ubuntu 12.04 Precise Pangolin, Linux Mint 16 Petra, Linux Mint 15 Olivia, Linux Mint 14 Nadia, Linux Mint 13 Maya, Debian Sid, Debian Wheezy, Debian Squeeze, Knoppix 7.2.0, Knoppix 7.1.0, Crunchbang and other Debian and Ubuntu derivates.

For 32 bit systems. Download the deb files:

$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.0.84-oneiric/linux-headers-3.0.84-030084_3.0.84-030084.201306271435_all.deb
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.0.84-oneiric/linux-headers-3.0.84-030084-generic_3.0.84-030084.201306271435_i386.deb
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.0.84-oneiric/linux-image-3.0.84-030084-generic_3.0.84-030084.201306271435_i386.deb
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.0.84-oneiric/linux-image-extra-3.0.84-030084-virtual_3.0.84-030084.201306271435_i386.deb

Install Kernel 3.0.84 on 32 bit Debian derivates:

$ sudo dpkg -i *.deb

For 64 bit systems. Download the deb files:

$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.0.84-oneiric/linux-headers-3.0.84-030084_3.0.84-030084.201306271435_all.deb
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.0.84-oneiric/linux-headers-3.0.84-030084-generic_3.0.84-030084.201306271435_amd64.deb
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.0.84-oneiric/linux-image-3.0.84-030084-generic_3.0.84-030084.201306271435_amd64.deb
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.0.84-oneiric/linux-image-extra-3.0.84-030084-virtual_3.0.84-030084.201306271435_amd64.deb

Install Kernel 3.0.84 on 64 bit Debian derivates:

$ sudo dpkg -i *.deb

Scroll to Top