Upgrade to Linux Kernel 3.18.2 in Ubuntu 14.10, Ubuntu 14.04 and derivatives. How to install Linux Kernel 3.18.2 in Ubuntu Systems.
The Linux Kernel 3.18.2 has been released with the various important improvements, such as architecture updates (ARM, ARM64, x86), driver updates and file system fixes.
Install & Upgrade to Linux Kernel 3.18.2 in Ubuntu Systems
Open Terminal and run the commands given below to download and install the Kernel 3.18.2 debs:
For 64-Bit Ubuntu System
cd /tmp/ wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.18.2-vivid/linux-headers-3.18.2-031802-generic_3.18.2-031802.201501082011_amd64.deb wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.18.2-vivid/linux-headers-3.18.2-031802_3.18.2-031802.201501082011_all.deb wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.18.2-vivid/linux-image-3.18.2-031802-generic_3.18.2-031802.201501082011_amd64.deb sudo dpkg -i linux-headers-3.18.2-*.deb linux-image-3.18.2-*.deb
For 32-Bit Ubuntu System
cd /tmp/ wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.18.2-vivid/linux-headers-3.18.2-031802-generic_3.18.2-031802.201501082011_i386.deb wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.18.2-vivid/linux-headers-3.18.2-031802_3.18.2-031802.201501082011_all.deb wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.18.2-vivid/linux-image-3.18.2-031802-generic_3.18.2-031802.201501082011_i386.deb sudo dpkg -i linux-headers-3.18.2-*.deb linux-image-3.18.2-*.deb
Once installed, restart the system.
The binary packages of Kernel 3.18.2 has been released by theĀ Ubuntu Kernel team. It is available for download at the link given below:
Please note the OS type, 32-bit (i386) or 64-bit (amd64), and then download and install the Kernel 3.18.2 packages.
Uninstall & Remove Kernel 3.18.2
To uninstall and remove the Kernel 3.18.2, run the command below to remove Linux Kernel 3.18.2:
sudo apt-get remove linux-headers-3.18.2-* linux-image-3.18.2-* && sudo update-grub
Cover Image via Deviant Art (Creative Commons)