"The Linux Kernel 3.14.12
is now available for the users and all the users of 3.14 kernel
series must upgrade", announced Greg Kroah-Hartman.This Linux Kernel
version comes with plenty of fixes and improvements. This article will
guide you to install or upgrade to Linux Kernel 3.14.12 in your
Ubuntu or Linux Mint system.
Installation
For 32-Bit Systems
Download the .deb packages.$ wget kernel.ubuntu.com/~kernel-ppa/mainline/v3.14.12-utopic/linux-headers-3.14.12-031412_3.14.12-031412.201407091455_all.deb
$ wget kernel.ubuntu.com/~kernel-ppa/mainline/v3.14.12-utopic/linux-headers-3.14.12-031412-generic_3.14.12-031412.201407091455_i386.deb
$ wget kernel.ubuntu.com/~kernel-ppa/mainline/v3.14.12-utopic/linux-image-3.14.12-031412-generic_3.14.12-031412.201407091455_i386.deb
Install them.sudo dpkg -i linux-headers-3.14.12-*.deb linux-image-3.14.12-*.deb
Reboot the system.sudo reboot
For 64-Bit Systems
Download the .deb packages.$ wget kernel.ubuntu.com/~kernel-ppa/mainline/v3.14.12-utopic/linux-headers-3.14.12-031412_3.14.12-031412.201407091455_all.deb
$ wget kernel.ubuntu.com/~kernel-ppa/mainline/v3.14.12-utopic/linux-headers-3.14.12-031412-generic_3.14.12-031412.201407091455_amd64.deb
$ wget kernel.ubuntu.com/~kernel-ppa/mainline/v3.14.12-utopic/linux-image-3.14.12-031412-generic_3.14.12-031412.201407091455_amd64.deb
Install them.sudo dpkg -i linux-headers-3.14.12-*.deb linux-image-3.14.12-*.deb
Reboot the system.sudo reboot
To uninstall,
sudo apt-get remove linux-headers-3.14.12-* linux-image-3.14.12-*
0 comments:
Post a comment