Friday, August 16, 2013

How To Install The Linux Kernel 3.0.91 On Ubuntu, Linux Mint, Debian And Derivates


The Linux Kernel 3.0.91 has been released today, bringing some fixes and improvements to the previous version, Kernel 3.0.90.

Kernel 3.0.90 is old, but it works well on weaker computers or older systems, like Ubuntu 10.04 Lucid Lynx.
In this article I will show you how to install the Linux Kernel 3.0.91 on Ubuntu, Linux Mint, Debian, Knoppix, Crunchbang OS, Elementary OS, Deepin and many other Debian and Ubuntu based systems.
Because the kernel packages are available as debs on kernel.ubuntu.com, installing the Kernel 3.0.91 on Ubuntu, Linux Mint and derivates is easy. Follow the instructions for your system exactly, in order to get a successful installation:

How to install the Linux Kernel 3.0.91 on 32 bit Ubuntu, Linux Mint, Debian and derivates:

Download the needed packages:

$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.0.91-oneiric/linux-headers-3.0.91-030091_3.0.91-030091.201308150235_all.deb
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.0.91-oneiric/linux-headers-3.0.91-030091-generic_3.0.91-030091.201308150235_i386.deb
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.0.91-oneiric/linux-image-3.0.91-030091-generic_3.0.91-030091.201308150235_i386.deb
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.0.91-oneiric/linux-image-extra-3.0.91-030091-virtual_3.0.91-030091.201308150235_i386.deb


Install Kernel 3.0.91:
$ sudo dpkg -i linux-headers* linux-image*

 

How to install the Linux Kernel 3.0.91 on 64 bit Ubuntu, Linux Mint, Debian and derivates:

Download the needed packages:

 $ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.0.91-oneiric/linux-headers-3.0.91-030091_3.0.91-030091.201308150235_all.deb
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.0.91-oneiric/linux-headers-3.0.91-030091-generic_3.0.91-030091.201308150235_amd64.deb
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.0.91-oneiric/linux-image-3.0.91-030091-generic_3.0.91-030091.201308150235_amd64.deb
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.0.91-oneiric/linux-image-extra-3.0.91-030091-virtual_3.0.91-030091.201308150235_amd64.deb



 nstall Kernel 3.0.91:
$ sudo dpkg -i linux-headers* linux-image*



#http://linuxg.net/

No comments:

Post a Comment