In this tutorial I will tell You how to install the latest version of kernel 3.11 on Ubuntu ,LinuxMint and Debian systems.
The Installation Procedures for Debian and LinuxMint are same.
Two Ways to Install the Kernel
In here I am Installing the Kernel Via debs
Step 1:Login as root user
Step 2:Download the package from the following Link
For 32 bit systems download the marked packages
For 64 bit systems download the marked packages
After downloading install those packages
dpkg -i linux-headers-* linux-image-*
For 64 bit systems
wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.11-saucy/linux-headers-3.11.0-031100_3.11.0-031100.201309021735_all.deb
That's it latest version 3.11 kernel installed and you don't need the older version just remove the older versions using synaptic package manager
The Installation Procedures for Debian and LinuxMint are same.
Two Ways to Install the Kernel
- Via PPA
- Deb Package
In here I am Installing the Kernel Via debs
Step 1:Login as root user
Step 2:Download the package from the following Link
For 32 bit systems download the marked packages
For 64 bit systems download the marked packages
After downloading install those packages
dpkg -i linux-headers-* linux-image-*
(or)
Download the Deb Packages using wget
For 32 bit systems
wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.11-saucy/linux-headers-3.11.0-031100_3.11.0-031100.201309021735_all.deb
wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.11-saucy/linux-headers-3.11.0-031100-generic_3.11.0-031100.201309021735_i386.deb
wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.11-saucy/linux-image-3.11.0-031100-generic_3.11.0-031100.201309021735_i386.deb
wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.11-saucy/linux-headers-3.11.0-031100_3.11.0-031100.201309021735_all.deb
wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.11-saucy/linux-headers-3.11.0-031100-generic_3.11.0-031100.201309021735_amd64.deb
wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.11-saucy/linux-image-3.11.0-031100-generic_3.11.0-031100.201309021735_amd64.deb
After downloading type
dpkg -i linux-headers-* linux-image-*
dpkg -i linux-headers-* linux-image-*
That's it latest version 3.11 kernel installed and you don't need the older version just remove the older versions using synaptic package manager
there is a typo in your instructions, it should be "linux-image-*" and not "linuximage-*"
ReplyDelete