In this tutorial I will tell You how to install the latest version of kernel 3.13.3 on Ubuntu , LinuxMint ,and Debian systems. The Late...
In this tutorial I will tell You how to install the latest version of kernel 3.13.3 on Ubuntu , LinuxMint ,and Debian systems.
The Latest version of Ubuntu Kernel 3.13.3 released on February 14th ,2014
Installation Steps
Step 1: Download the Kernel files
Download the Deb Packages using wget or from the home site
For downloading from home site please click HERE
Download using wget for 32 bit systems
wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.13.3-trusty/linux-headers-3.13.3-031303_3.13.3-031303.201402131842_all.deb
wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.13.3-trusty/linux-headers-3.13.3-031303-generic_3.13.3-031303.201402131842_i386.deb
wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.13.3-trusty/linux-image-3.13.3-031303-generic_3.13.3-031303.201402131842_i386.deb
Download using wget for 64 bit systems
wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.13.3-trusty/linux-headers-3.13.3-031303_3.13.3-031303.201402131842_all.deb
wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.13.3-trusty/linux-headers-3.13.3-031303-generic_3.13.3-031303.201402131842_amd64.deb
wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.13.3-trusty/linux-image-3.13.3-031303-generic_3.13.3-031303.201402131842_amd64.deb
Step 2: After downloading go to the downloads folder and type
sudo dpkg -i *.deb
The Latest version of kernel 3.13.3 installed successfully
After installation check your current kernel version
Removing Kernel 3.13.3
For removing Kernel 3.13.3 type the below commands in terminal
sudo apt-get remove linux-headers-3.13.3-* linux-image-3.13.3-*
The Latest version of Ubuntu Kernel 3.13.3 released on February 14th ,2014
Installation Steps
Step 1: Download the Kernel files
Download the Deb Packages using wget or from the home site
For downloading from home site please click HERE
Download using wget for 32 bit systems
wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.13.3-trusty/linux-headers-3.13.3-031303_3.13.3-031303.201402131842_all.deb
wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.13.3-trusty/linux-headers-3.13.3-031303-generic_3.13.3-031303.201402131842_i386.deb
wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.13.3-trusty/linux-image-3.13.3-031303-generic_3.13.3-031303.201402131842_i386.deb
Download using wget for 64 bit systems
wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.13.3-trusty/linux-headers-3.13.3-031303_3.13.3-031303.201402131842_all.deb
wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.13.3-trusty/linux-headers-3.13.3-031303-generic_3.13.3-031303.201402131842_amd64.deb
wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.13.3-trusty/linux-image-3.13.3-031303-generic_3.13.3-031303.201402131842_amd64.deb
Step 2: After downloading go to the downloads folder and type
sudo dpkg -i *.deb
The Latest version of kernel 3.13.3 installed successfully
After installation check your current kernel version
uname -r
Removing Kernel 3.13.3
For removing Kernel 3.13.3 type the below commands in terminal
sudo apt-get remove linux-headers-3.13.3-* linux-image-3.13.3-*
COMMENTS