# How to Install Linux Kernel 5.17 on Ubuntu 21.10

**URL:** https://www.compsmag.com/blogs/how-to-install-linux-kernel-5-17-on-ubuntu-21-10/
**Author:** Ayushi Chauhan
**Published:** 2022-04-14
**Updated:** 2022-04-14
**Categories:** Blogs
**Tags:** Blogs Daily, Computer Guides, guiderobert, Guides and Tutorials, guiding12, How To Guide, How To Guides, Linux Guides, Tips, Tricks
**Reading Time:** 3 min

---

This tip is about the how to Install Linux Kernel 5.17 on Ubuntu 21.10. So read this free guide, How to Install Linux Kernel 5.17 on Ubuntu 21.10 step by step. If you have query related to same article you may contact us.

## How to Install Linux Kernel 5.17 on Ubuntu 21.10 - Guide

The Linux kernel 5.17, released by none other than Linus Torvalds, is here.  It contains a bunch of security improvements and fixes that will make your Linux desktop and server safer, faster and more reliable.  He brings new features and better hardware support, and I bet many users will want to install it right away.  But why upgrade your Linux kernel if everything is working fine?  Well, the short answer is, if all your hardware is working as expected, you don't need to update the kernel on your system.  But if not, or if you need one or more of the new features in Linux Kernel 5.17, this is a welcome addition.

The Linux kernel is an open-source, monolithic, modular, multitasking Unix operating system.  It is the main component of a Linux operating system and is the central interface between the computer's hardware and its processes.  It allows communication between computer hardware and the processes running on it and manages resources effectively.  The mainline Linux 5.17 was recently released by Linux Torvalds with new features try.  The main tree is managed by Linus Torvalds and is the place where all new features are added and where new versions are always released.

## How to    Install Linux Kernel 5.17 on Ubuntu 21.10

Update the system before proceeding with the 5.17 kernel installation

sudo apt update && sudo apt upgrade -y && sudo apt autoremove

Download mainline kernel packages for Kernel 5.17 from Ubuntu kernel Mainline page or use below commands to download packages

wget https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.17/amd64/linux-headers-5.17.0-051700_5.17.0-051700.202203202130_all.deb

wget https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.17/amd64/linux-headers-5.17.0-051700-generic_5.17.0-051700.202203202130_amd64.deb

wget https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.17/amd64/linux-image-unsigned-5.17.0-051700-generic_5.17.0-051700.202203202130_amd64.deb

wget https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.17/amd64/linux-modules-5.17.0-051700-generic_5.17.0-051700.202203202130_amd64.deb

INSTALL THE LINUX KERNEL 5.17

Reboot and Validate

Restart the system once the installation is complete and check the newly installed kernel using the command below.

uname -r

## Final note

I hope you like the guide How to Install Linux Kernel 5.17 on Ubuntu 21.10. In case if you have any query regards this article you may ask us. Also, please share your love by sharing this article with your friends.

---

*End of Article*