How to Install and Uninstall kernel-debug-core.x86_64 Package on Oracle Linux 9

Last updated: October 05,2024

1. Install "kernel-debug-core.x86_64" package

This guide let you learn how to install kernel-debug-core.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install kernel-debug-core.x86_64

2. Uninstall "kernel-debug-core.x86_64" package

Please follow the guidelines below to uninstall kernel-debug-core.x86_64 on Oracle Linux 9:

$ sudo dnf remove kernel-debug-core.x86_64 $ sudo dnf autoremove

3. Information about the kernel-debug-core.x86_64 package on Oracle Linux 9

Last metadata expiration check: 2:11:20 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : kernel-debug-core
Version : 5.14.0
Release : 362.18.0.2.el9_3
Architecture : x86_64
Size : 32 M
Source : kernel-5.14.0-362.18.0.2.el9_3.src.rpm
Repository : ol9_baseos_latest
Summary : The Linux kernel compiled with PREEMPT_RT enabled
URL : https://www.kernel.org/
License : GPLv2 and Redistributable, no modification permitted
Description : The kernel package contains the Linux kernel (vmlinuz), the core of any
: Linux operating system. The kernel handles the basic functions
: of the operating system: memory allocation, process allocation, device
: input and output, etc.
:
: This variant of the kernel has numerous debugging options enabled.
: It should only be installed when trying to gather additional information
: on kernel bugs, as some of these options impact performance noticably.