From the course: Package Management for Red Hat Linux

Unlock the full course today

Join today to access over 24,200 courses taught by industry experts.

Update the kernel

Update the kernel

- [Instructor] Installing kernels can be as easy as running a system update and rebooting. However, it may be beneficial to know more about the process and how to install specific kernels as well as choose older kernels if things don't go well. Let's look at updating the kernel. First, let's list our currently installed kernel packages. Type in dnf space list space kernel and hit Enter. The items that are bold belong to our current kernel and include the kernel itself along with modules and tools. On my system, the version is 4.18.0 and my release is 193.el8. Your version and releases may be different than this. This means the major version is four. The major revision is 18. The kernel patch is zero, and the Red Hat release is 193. It's built for Enterprise Linux 8, and it's compiled for 64 bit CPUs. The installed kernels reside in slash boot. Let's list the contents of this directory. Type in clear and then type ls space…

Contents