How to Install and Uninstall kernel-headers.x86_64 Package on Rocky Linux 8

Last updated: May 13,2024

1. Install "kernel-headers.x86_64" package

This guide covers the steps necessary to install kernel-headers.x86_64 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install kernel-headers.x86_64

2. Uninstall "kernel-headers.x86_64" package

Here is a brief guide to show you how to uninstall kernel-headers.x86_64 on Rocky Linux 8:

$ sudo dnf remove kernel-headers.x86_64 $ sudo dnf autoremove

3. Information about the kernel-headers.x86_64 package on Rocky Linux 8

Last metadata expiration check: 1:08:29 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : kernel-headers
Version : 4.18.0
Release : 372.19.1.el8_6
Architecture : x86_64
Size : 9.4 M
Source : kernel-4.18.0-372.19.1.el8_6.src.rpm
Repository : baseos
Summary : Header files for the Linux kernel for use by glibc
URL : http://www.kernel.org/
License : GPLv2 and Redistributable, no modification permitted
Description : Kernel-headers includes the C header files that specify the interface
: between the Linux kernel and userspace libraries and programs. The
: header files define structures and constants that are needed for
: building most standard programs and are also needed for rebuilding the
: glibc package.