Pages

Sunday, November 1, 2015

How to Install Linux Kernel 3.14.9 via package on Ubuntu, Debian & Linux Mint


Linux Kernel is quite popular now a days because it is used for every available platform including desktops, servers and mobile platforms. As you know that Linux Kernel is a Unix-like operating system kernel which is primarily used by wide range of operating systems which are available as an individual Linux distros.

In today's HowTo Tutorial, we will discuss how to install latest stable Linux Kernel 3.14.9 using Debian Package on Ubuntu, Kubuntu, Xubuntu, Debian, Linux Mint and other Debian based Linux Distros. You might also like to check out other latest Software News to know what are the new software releases ?

Step Wise Installation of Linux Kernel 3.14.9 using Debian Package on 33-bit and 64-bit Ubuntu, Kubuntu, Xubuntu, Debian, Linux Mint and other Debian based Linux Distros

Installation of Linux Kernel 3.14.9 on 32-bit Debian based Linux Distros

Step 1 : Before beginning the installation, Open the terminal and run or copy the following commands one by one in terminal to download 32-bit Debian Packages of Linux Kernel 3.14.9 using wget command on your Debian based Linux Distros.
$ wget kernel.ubuntu.com/~kernel-ppa/mainline/v3.14.9-utopic/linux-headers-3.14.9-031409_3.14.9-031409.201406261553_all.deb
$ wget kernel.ubuntu.com/~kernel-ppa/mainline/v3.14.9-utopic/linux-headers-3.14.9-031409-generic_3.14.9-031409.201406261553_i386.deb
$ wget kernel.ubuntu.com/~kernel-ppa/mainline/v3.14.9-utopic/linux-image-3.14.9-031409-generic_3.14.9-031409.201406261553_i386.deb
Step 2 : Finally, run or copy the following command in terminal to install all downloaded 32-bit Debian Packages of Linux Kernel 3.14.9 using dpkg package manager on your Debian based Linux Distros.
$ sudo dpkg -i linux-image-3.14*.deb linux-headers-3.14*.deb
After installation verify the current kernel version and enjoy the new features of it on your machine. If you are using 64-bit Debian Linux then you must follow the steps given below.

Installation of Linux Kernel 3.14.9 on 64-bit Debian based Linux Distros

Step 1 : Open the terminal and run or copy the following commands one by one in terminal to download 64-bit Debian Packages of Linux Kernel 3.14.9 using wget command on your Debian based Linux Distros.
$ wget kernel.ubuntu.com/~kernel-ppa/mainline/v3.14.9-utopic/linux-headers-3.14.9-031409_3.14.9-031409.201406261553_all.deb
$ wget kernel.ubuntu.com/~kernel-ppa/mainline/v3.14.9-utopic/linux-headers-3.14.9-031409-generic_3.14.9-031409.201406261553_amd64.deb
$ wget kernel.ubuntu.com/~kernel-ppa/mainline/v3.14.9-utopic/linux-image-3.14.9-031409-generic_3.14.9-031409.201406261553_amd64.deb
Step 2 : Finally, run or copy the following command in terminal to install all downloaded 64-bit Debian Packages of Linux Kernel 3.14.9 using dpkg package manager on your Debian based Linux Distros.
$ sudo dpkg -i linux-image-3.14*.deb linux-headers-3.14*.deb
Step 3 : After installing, verify the version of current kernel by running following command in terminal on your Debian based Linux Distros.
$ uname -r
As you execute the above command, you will notice that your kernel is updated to 3.14.9 version. Now enjoy the new features of Kernel 3.14.9 on your machines.

Keep reading and stay tuned with us to get latest software news. Don't forget to subscribe us and share your reviews about this post among other readers via comments.

No comments:

Post a Comment