How-to easily install the linux kernel 3.17 on Ubuntu , Linux Mint and Elementary OS


Tip: Watch the video full screen and HD.

In this video i am going to show how-to easily install the linux kernel 3.17 on Ubuntu , Linux Mint and Elementary OS.

Commands

Open a terminal window

Install git
sudo apt-get install git

Go to the tmp directory
cd /tmp

Download the script
git clone https://github.com/ribalinux/uki

Go to the script directory
cd uki

Give the script executable permission
chmod +x uki

Run the scrip
sudo ./uki

Reboot :)

In the terminal you can check the kernel version with the command
uname -r

You can easily uninstall the kernel with the command:
sudo apt-get purge linux-image-3.17.0-*

###################################################################