How To Install The Linux Kernel 3.0.95 On Ubuntu, Linux Mint, Elementary OS and Debian

Hello Linux Geeksters. As you may know, the Linux Kernel 3.0.95 has been released a while ago. It is ancient, but it works well on old computers.

Watch Free Movies

how to install the Linux Kernel 3.0.95 on Ubuntu, Linux Mint, Debian and Elementary OS.

In this article I will show you how to install the Linux Kernel 3.0.95 on Ubuntu, Linux Mint, Debian and Elementary OS.

Because it is available via kernel.ubuntu.com as deb files, installing it is easy. Just follow the instructions for your system architecture, in order to get a successful installation.

How to install the Linux Kernel 3.0.95 on 32 bit Ubuntu, Linux Mint, Debian and Elementary OS systems:

Download the needed packages:

$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.0.95-oneiric/linux-headers-3.0.95-030095_3.0.95-030095.201309080135_all.deb
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.0.95-oneiric/linux-headers-3.0.95-030095-generic_3.0.95-030095.201309080135_i386.deb
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.0.95-oneiric/linux-image-3.0.95-030095-generic_3.0.95-030095.201309080135_i386.deb
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.0.95-oneiric/linux-image-extra-3.0.95-030095-virtual_3.0.95-030095.201309080135_i386.deb

Install Kernel 3.0.95:

$ sudo dpkg -i linux-headers* linux-image*

How to install the Linux Kernel 3.0.95 on 64 bit Ubuntu, Linux Mint, Debian and Elementary OS systems:

Download the needed packages:

$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.0.95-oneiric/linux-headers-3.0.95-030095_3.0.95-030095.201309080135_all.deb
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.0.95-oneiric/linux-headers-3.0.95-030095-generic_3.0.95-030095.201309080135_amd64.deb
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.0.95-oneiric/linux-image-3.0.95-030095-generic_3.0.95-030095.201309080135_amd64.deb
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.0.95-oneiric/linux-image-extra-3.0.95-030095-virtual_3.0.95-030095.201309080135_amd64.deb/code>

Install Kernel 3.0.95:

$ sudo dpkg -i linux-headers* linux-image*

Scroll to Top