How to upgrade Ubuntu system to 4.x kernel

  
                

A lot of users have problems when using the 3.16 kernel Linux system. The solution is simple to upgrade the Linux kernel. The Linux 4.x kernel has improved these issues. So how does the Ubuntu system upgrade to the 4.x kernel?

upgrade steps:

following command (run from a terminal window), download the necessary packages:

32-bit system

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4....

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4. ...

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4....

64-bit system

wget http: //kernel.ubuntu.com/~kernel-ppa/mainline/v4....

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4....< Br>

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4....

Switch to the directory where you downloaded the file and execute the following command Upgrade:

sudo dpkg -i linux-headers-4.0.5*.deb linux-image-4.0.5*.deb

Finally, execute the command sudo update-grub to update grub boot Load the program.

Once everything has been done, restart the machine and you are ready to use it. After the system restarts, open a terminal window and execute the command uname -r to ensure that you are actually running the 4.0.5 kernel.

Once you have completed this upgrade, be sure to check for an upgrade. In fact, after upgrading to 4.0.5, I immediately upgraded to 4.0.8

The above is how Ubuntu system upgrades to 4.x kernel, how? Is it much simpler than you think, so go ahead and upgrade.

Copyright © Windows knowledge All Rights Reserved