This article is for those looking for a detailed and clear guide on how to update kernel in Ubuntu.

Let’s check the current version of the kernel. Open Terminal and execute the command:

uname -r

Update Kernel in Ubuntu

Create a new directory that will be needed for Ubuntu kernel update packages using the command:

mkdir /tmp/kernel

Update Kernel in Ubuntu

Go to the new directory using the command:

cd /tmp/kernel

Update Kernel in Ubuntu

Now follow the link and select the required version to which you want to update the kernel.

This guide covers upgrading the kernel to version 5.2.10.

Next, you need to download the “generic” or “low latency” packages.

  • Packages “generic” are intended for operating systems used for typical tasks.
  • Packages “low latency” are intended for operating systems used to work with audio and video.

This guide covers updating the kernel of the operating system used for typical tasks.

The operating system used for typical tasks will require the following packages:

  • The package that contains “linux-headers” and “all” in the name, located in the section corresponding to your processor architecture.
  • The package that contains “linux-headers” and “generic” in the name, located in the section corresponding to your processor architecture.
  • The package that contains “linux-image-unsigned” and “generic” in the name, found in the section corresponding to your processor architecture.
  • The package that contains “linux-modules” and “generic” in the name, located in the section corresponding to your processor architecture.

Update Kernel in Ubuntu

Download the package, which contains “linux-headers” and “all” in the name, and is located in the section corresponding to your processor architecture, using the command:

wget https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.2.10/linux-headers-5.2.10-050210_5.2.10-050210.201908251538_all.deb

Update Kernel in Ubuntu

Download the package, which contains “linux-headers” and “generic” in the name, and is located in the section corresponding to your processor architecture, using the command:

wget https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.2.10/linux-headers-5.2.10-050210-generic_5.2.10-050210.201908251538_amd64.deb

Update Kernel in Ubuntu

Download the package, which contains “linux-image-unsigned” and “generic” in the name, and is located in the section corresponding to your processor architecture, using the command:

wget https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.2.10/linux-image-unsigned-5.2.10-050210-generic_5.2.10-050210.201908251538_amd64.deb

Update Kernel in Ubuntu

Download the package, which contains “linux-modules” and “generic” in the name, and is located in the section corresponding to your processor architecture, using the command:

wget https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.2.10/linux-modules-5.2.10-050210-generic_5.2.10-050210.201908251538_amd64.deb

Update Kernel in Ubuntu

Now you need to install all downloaded packages using the command:

sudo dpkg -i *.deb

Update Kernel in Ubuntu

Specify the password for the account and press “Enter”.

Update Kernel in Ubuntu

We reboot the operating system using the command:

sudo reboot

Update Kernel in Ubuntu

Let’s check the kernel version.

Open Terminal and execute the command:

uname -r

Update Kernel in Ubuntu

You should see a new version of the kernel.

Update Kernel in Ubuntu


Patreon Exclusives

Join my Patreon and dive deep into the world of Docker and DevOps with exclusive content tailored for IT enthusiasts and professionals. As your experienced guide, I offer a range of membership tiers designed to suit everyone from newbies to IT experts so you will get

What You’ll Get

🏆 Patron-Only Posts: Gain access to in-depth posts that provide a closer look at Docker and DevOps techniques, including step-by-step guides, advanced tips, and detailed analysis not available to the general public.

🏆 Early Access: Be the first to view new content and tutorials, giving you a head start on the latest technologies and methods in the IT world.

🏆 Priority Support: Have your specific questions and challenges addressed with priority, ensuring you get the most tailored and direct support possible.

🏆 Influence Future Content: Your suggestions and feedback directly influence the topics and tutorials I create, making sure the content is highly relevant and useful to your needs.

🏆 Recognition and Interaction: Active participants and supporters receive shout-outs in videos and public streams, acknowledging your important role in our community.

🏆 Special Discounts: Enjoy discounts on courses and future events, exclusively available to Patreon members.

🏆 Networking Opportunities: Connect with other IT professionals and enthusiasts in a supportive and engaging environment, expanding your network and learning collaboratively.

🏆 Heartfelt Gratitude and Updates: My personal thanks for your support, which fuels the creation of more content and allows continuous improvement and expansion.

Join me now and start your journey to mastering Docker and DevOps with exclusive insights and a supportive community!

My Courses

🎓 Dive into my comprehensive IT courses designed for enthusiasts and professionals alike. Whether you’re looking to master Docker, conquer Kubernetes, or advance your DevOps skills, my courses provide a structured pathway to enhancing your technical prowess.

My Services

💼 Take a look at my service catalog and find out how we can make your technological life better. Whether it’s increasing the efficiency of your IT infrastructure, advancing your career, or expanding your technological horizons — I’m here to help you achieve your goals. From DevOps transformations to building gaming computers — let’s make your technology unparalleled!

Refill My Coffee Supplies

💖 PayPal
🏆 Patreon
💎 GitHub
🥤 BuyMeaCoffee
🍪 Ko-fi

Follow Me

🎬 YouTube
🐦 Twitter
🎨 Instagram
🐘 Mastodon
🧵 Threads
🎸 Facebook
🧊 Bluesky
🎥 TikTok
💻 LinkedIn
📣 daily.dev Squad
🧩 LeetCode
🐈 GitHub

Is this content AI-generated?

Nope! Each article is crafted by me, fueled by a deep passion for Docker and decades of IT expertise. While I employ AI to refine the grammar—ensuring the technical details are conveyed clearly—the insights, strategies, and guidance are purely my own. This approach may occasionally activate AI detectors, but you can be certain that the underlying knowledge and experiences are authentically mine.

Vladimir Mikhalev
I’m Vladimir Mikhalev, the Docker Captain, but my friends can call me Valdemar.

DevOps Community

hey 👋 If you have questions about installation or configuration, then ask me and members of our community: