Team OS : Your Only Destination To Custom OS !!

Welcome to TeamOS Community, Register or Login to the Community to Download Torrents, Get Access to Shoutbox, Post Replies, Use Search Engine and many more features. Register Today!

Tutorials Install Linux Kernel 4.0 On Ubuntu

aXeSwY

Uploader
✅ Verified Member
Retired Veterans
Member
Downloaded
26.3 GB
Uploaded
3.4 TB
Ratio
130.28
Seedbonus
507,828
Upload Count
62 (63)
Member for 9 years
logo-ubuntu_su-orange-hex.png


, such as the new live patching infrastructure that does not require you to reboot the system when updating the kernel.


Open a terminal window and execute the following commands, one by one hitting the Enter key after each one.

terminal.jpg


For 64-bit Ubuntu systems


Download the kernel files :

Code:
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0-vivid/linux-headers-4.0.0-040000-generic_4.0.0-040000.201504121935_amd64.deb

Install the downloaded packages :
Code:
sudo dpkg -i linux-headers-4.0.0*.deb linux-image-4.0.0*.deb


For 32-bit Ubuntu systems

Download the kernel files :

Code:
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0-vivid/linux-headers-4.0.0-040000-generic_4.0.0-040000.201504121935_i386.deb

Install the downloaded packages :
Code:
sudo dpkg -i linux-headers-4.0.0*.deb linux-image-4.0.0*.deb


After the installation process, restart your computer. That's it. You are now running Linux kernel 4.0 on your Ubuntu

1hFfK.png


 

CloudVII

Member
Downloaded
0 bytes
Uploaded
2 GB
Ratio
-
Seedbonus
0
Upload Count
0 (0)
Member for 9 years
Nice, Thank you. Was looking for a short but precise way to update the kernel in ubuntu. Currently I am duel booting on my Acer laptop. I have Windows 7 by The Teamos, which works excellent and also running Ubuntu.
 
Top