The Linux Kernel 4.11 is available for the users. This Linux Kernel version comes with plenty of fixes and improvements. This article will guide you to install or upgrade to Linux Kernel 4.11 in your Ubuntu or Linux Mint system.
Download the .deb packages.
Install them.
Reboot the system.
For 64-Bit Systems
Download the .deb packages.
Install them.
Reboot the system.
To uninstall,
Installation
For 32-Bit SystemsDownload the .deb packages.
$ wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.11/linux-headers-4.11.0-041100_4.11.0-041100.201705041534_all.deb $ wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.11/linux-headers-4.11.0-041100-generic_4.11.0-041100.201705041534_i386.deb $ wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.11/linux-image-4.11.0-041100-generic_4.11.0-041100.201705041534_i386.deb
Install them.
$ sudo dpkg -i linux-headers-4.11.0*.deb linux-image-4.11.0*.deb
Reboot the system.
$ sudo reboot
For 64-Bit Systems
Download the .deb packages.
$ wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.11/linux-headers-4.11.0-041100_4.11.0-041100.201705041534_all.deb $ wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.11/linux-headers-4.11.0-041100-generic_4.11.0-041100.201705041534_amd64.deb $ wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.11/linux-image-4.11.0-041100-generic_4.11.0-041100.201705041534_amd64.deb
Install them.
$ sudo dpkg -i linux-headers-4.11.0*.deb linux-image-4.11.0*.deb
Reboot the system.
$ sudo reboot
To uninstall,
$ sudo apt-get remove 'linux-headers-4.11.0*' 'linux-image-4.11.0*'
0 comments:
Post a comment