Update to Kernel Version 5 in Ubuntu 18.04

It is important to keep the Linux kernel updated if we need to get the most out of it and also maintain the security as well. Here we are providing the steps to  update the current kernel of your Ubuntu OS to 5.0 version:

  1. Login to the server  as root
  2. Check the current kernel version:
    #uname -r
    4.4.0-87-generic
  3. Download the kernel for 64 bit OS:

    # wget https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.0/linux-headers-5.0.0-050000_5.0.0-050000.201903032031_all.deb

    # wget https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.0/linux-headers-5.0.0-050000-generic_5.0.0-050000.201903032031_amd64.deb

    # wget https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.0/linux-image-unsigned-5.0.0-050000-generic_5.0.0-050000.201903032031_amd64.deb

    # wget https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.0/linux-modules-5.0.0-050000-generic_5.0.0-050000.201903032031_amd64.deb
  4. Once the packages are downloaded, install it using the following command:
    # sudo dpkg -i *.deb
  5. Wait for a few minutes till the installation is done. 
    update
  6. Once the process is completed, reboot the server:
    # reboot
  7. Login to the server and verify the current kernel after reboot:
    # uname -r
    5.0.0-050000-generic

Click here to view the video tutorial for the same.

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How To Install and Use Docker on Ubuntu 16.04

Introduction Docker is an application that makes it simple and easy to run application processes...

Change Main IP of the server :: Vesta Panel

If we are changing the main IP of a server installed with Vesta panel, we can use the following...

cPanel: Apache-FastCGI Data Timeout Error

If you are using a cPanel server and have FastCGI enabled in Apache, you might be facing the...

Domainkey installer in cPanel

You can use the following cPanel script to install domainkey for an account...

Email issues :: Common Troubleshooting Steps

Here I will discuss some common errors and their solution: We are using a mail relay setup for...