Kernel Linux

How to install Linux Kernel 4.12 on Ubuntu & Linux Mint

How to install Linux Kernel 4.12 on Ubuntu & Linux Mint

The release of Linux Kernel 4.12 was recently announced by Linus Torvalds and according to him, this release was one of the biggest release for linux kernel update. Bulk of this release is made of support for AMD vega drivers, as well as the Intel IPU driver. Before we proceed on how to install Linux Kernel on Ubuntu, lets take a quick look at what this release offers.

Highlight Of Linux Kernel 4.12

See release notes for full details

How to install Linux Kernel 4.12 on Ubuntu 17.04 and below

32bit OS

cd /tmp wget \ kernel.ubuntu.com/~kernel-ppa/mainline/v4.12/linux-headers-4.12.0-041200_4.12.0-041200.201707022031_all.deb \ kernel.ubuntu.com/~kernel-ppa/mainline/v4.12/linux-headers-4.12.0-041200-generic_4.12.0-041200.201707022031_i386.deb \ kernel.ubuntu.com/~kernel-ppa/mainline/v4.12/linux-image-4.12.0-041200-generic_4.12.0-041200.201707022031_i386.deb sudo dpkg -i linux-headers-4.12*.deb linux-image-4.12*.deb
sudo update-grub

64bit OS

cd /tmp wget \ kernel.ubuntu.com/~kernel-ppa/mainline/v4.12/linux-headers-4.12.0-041200_4.12.0-041200.201707022031_all.deb \ kernel.ubuntu.com/~kernel-ppa/mainline/v4.12/linux-headers-4.12.0-041200-generic_4.12.0-041200.201707022031_amd64.deb \ kernel.ubuntu.com/~kernel-ppa/mainline/v4.12/linux-image-4.12.0-041200-generic_4.12.0-041200.201707022031_amd64.deb sudo dpkg -i linux-headers-4.12*.deb linux-image-4.12*.deb

How to remove Linux Kernel 4.12 from Ubuntu

sudo apt-get remove linux-headers-4.12* linux-image-4.12*
Remap your mouse buttons differently for different software with X-Mouse Button Control
Maybe you need a tool that could make your mouse's control change with every application that you use. If this is the case, you can try out an applica...
Microsoft Sculpt Touch Wireless Mouse Review
I recently read about the Microsoft Sculpt Touch wireless mouse and decided to buy it. After using it for a while, I decided to share my experience wi...
AppyMouse On-screen Trackpad and Mouse Pointer for Windows Tablets
Tablet users often miss the mouse pointer, especially when they are habitual to using the laptops. The touchscreen Smartphones and tablets come with m...