In This Tutorial I am going to tell you how to install the latest stable version of kernel on ubuntu 13.04 / 12.10 /12.04
The procedures are same for Linux mint and debian systems
For installation follow the steps
Step 1: Login as root user
sudo su
Step 2: Download the latest stable version 3.10.6 from the following LINK
For 32-bit systems download the marked packages
The procedures are same for Linux mint and debian systems
For installation follow the steps
Step 1: Login as root user
sudo su
Step 2: Download the latest stable version 3.10.6 from the following LINK
For 32-bit systems download the marked packages
For 64-bit systems download the marked packages
(or)
Download the packages using wget
For 32-bit systems
wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.6-saucy/linux-headers-3.10.6-031006_3.10.6-031006.201308112316_all.deb
wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.6-saucy/linux-headers-3.10.6-031006-generic_3.10.6-031006.201308112316_i386.deb
wget -ckernel.ubuntu.com/~kernel-ppa/mainline/v3.10.6-saucy/linux-image-3.10.6-031006-generic_3.10.6-031006.201308112316_i386.deb
For 64-bit systems
wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.6-saucy/linux-headers-3.10.6-031006_3.10.6-031006.201308112316_all.deb
wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.6-saucy/linux-headers-3.10.6-031006-generic_3.10.6-031006.201308112316_amd64.deb
wget -ckernel.ubuntu.com/~kernel-ppa/mainline/v3.10.6-saucy/linux-image-3.10.6-031006-generic_3.10.6-031006.201308112316_amd64.deb
Step 3: Install the .deb package
dpkg -i *.deb
That's it Latest version of kernel installed...............
Uninstall the older version of kernel using synaptic package manager.
No comments:
Post a Comment