The Linux Kernel 3.17.3 is now available for the users, announced Linus Torvalds. This Linux Kernel version comes with plenty of fixes and improvements. This article will guide you to install or upgrade to Linux Kernel 3.17.3 in your Ubuntu or Linux Mint system.
Installation
For 32-Bit Systems
Download the .deb packages.
$ wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.17.3-vivid/linux-headers-3.17.3-031703_3.17.3-031703.201411141335_all.deb
$ wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.17.3-vivid/linux-headers-3.17.3-031703-generic_3.17.3-031703.201411141335_i386.deb
$ wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.17.3-vivid/linux-image-3.17.3-031703-generic_3.17.3-031703.201411141335_i386.deb
Install them.$ sudo dpkg -i linux-headers-3.17.3*.deb linux-image-3.17.3*.deb
Reboot the system.sudo reboot
For 64-Bit Systems
Download the .deb packages.
To uninstall,
$ wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.17.3-vivid/linux-headers-3.17.3-031703_3.17.3-031703.201411141335_all.deb
$ wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.17.3-vivid/linux-headers-3.17.3-031703-generic_3.17.3-031703.201411141335_amd64.deb
$ wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.17.3-vivid/linux-image-3.17.3-031703-generic_3.17.3-031703.201411141335_amd64.deb
Install them.$ sudo dpkg -i linux-headers-3.17.3*.deb linux-image-3.17.3*.deb
Reboot the system.sudo reboot
To uninstall,
sudo apt-get remove 'linux-headers-3.17.3*' 'linux-image-3.17.3*'
Dear Mandar,
ReplyDeletefirst thanks a lot for your useful instructions. I'm just using the new kernel and all seems working smoothly. I only found a msg during the installation process: "Error! Bad return status for module build on kernel: 3.17.3.....", but I can't see what is the related module. Can you give me some tip? P.S. It is not the first time I see this error, but I never had any problem.