Hello Linux Geeksters. A few hours after the release of the Linux Kernel 3.0.92, Kernel 3.0.93 has been released, in order to fix a networking issue. For a full list of changes, see the official announcement.
Kernel 3.0.93 is ancient, but it is good for old computers.
In this article I will show you how to install the Linux Kernel 3.0.93 on Ubuntu, Linux Mint, Debian, Elementary OS, Deepin, Crunchbang OS, Knoppix and other Debian and Ubuntu derivates.
Follow the instructions for your system’s architecture, in order to get successful installation:
How to install the Linux Kernel 3.0.93 on 32 bit Ubuntu, Linux Mint, Debian, Elementary OS and other Debian / Ubuntu based systems:
Download the needed packages:
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.0.93-oneiric/linux-headers-3.0.93-030093_3.0.93-030093.201308201335_all.deb
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.0.93-oneiric/linux-headers-3.0.93-030093-generic_3.0.93-030093.201308201335_i386.deb
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.0.93-oneiric/linux-image-3.0.93-030093-generic_3.0.93-030093.201308201335_i386.deb
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.0.93-oneiric/linux-image-extra-3.0.93-030093-virtual_3.0.93-030093.201308201335_i386.deb
Install Kernel 3.0.93:
$ sudo dpkg -i linux-headers* linux-image*
How to install the Linux Kernel 3.0.93 on 32 bit Ubuntu, Linux Mint, Debian, Elementary OS and other Debian / Ubuntu based systems:
Download the needed packages:
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.0.93-oneiric/linux-headers-3.0.93-030093_3.0.93-030093.201308201335_all.deb
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.0.93-oneiric/linux-headers-3.0.93-030093-generic_3.0.93-030093.201308201335_amd64.deb
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.0.93-oneiric/linux-image-3.0.93-030093-generic_3.0.93-030093.201308201335_amd64.deb
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.0.93-oneiric/linux-image-extra-3.0.93-030093-virtual_3.0.93-030093.201308201335_amd64.deb
Install Kernel 3.0.93:
$ sudo dpkg -i linux-headers* linux-image*
Leave a Reply