Installation steps
Step 1: Download the Latest version of Kernel form the Kernel.ubuntu.com, or use wget for downloading the deb files
Direct or use wget
- For Direct downloading of deb files Click HERE
- If you want to download using wget copy the below commands and paste it in terminal one by one according to your cpu architecture
wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.13.9-trusty/linux-headers-3.13.9-031309_3.13.9-031309.201404031554_all.deb
wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.13.9-trusty/linux-headers-3.13.9-031309-generic_3.13.9-031309.201404031554_i386.deb
wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.13.9-trusty/linux-image-3.13.9-031309-generic_3.13.9-031309.201404031554_i386.deb
For 64 bit systems
wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.13.9-trusty/linux-headers-3.13.9-031309_3.13.9-031309.201404031554_all.deb
wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.13.9-trusty/linux-headers-3.13.9-031309-generic_3.13.9-031309.201404031554_amd64.deb
wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.13.9-trusty/linux-image-3.13.9-031309-generic_3.13.9-031309.201404031554_amd64.deb
Step 2: After successfull downloading install it
sudo dpkg -i *.debStep 3:Verify installed Version
After successfull installation reboot the system and type in the terminal
uname -r(Display's the current active kernel version)
Uninstall Kernel 3.13.9
For removing the Kernel 3.13.9 run the below command in terminal or use synaptic package manager
sudo apt-get remove linux-headers-3.13.9-* linux-image-3.13.9*-
Post A Comment:
0 comments: