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

Last updated: May 17,2024

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

Learn how to install kernel-debug-core.x86_64 on Oracle Linux 8

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

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

In this section, we are going to explain the necessary steps to uninstall kernel-debug-core.x86_64 on Oracle Linux 8:

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

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

Last metadata expiration check: 1:04:43 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : kernel-debug-core
Version : 4.18.0
Release : 372.19.1.0.1.el8_6
Architecture : x86_64
Size : 68 M
Source : kernel-4.18.0-372.19.1.0.1.el8_6.src.rpm
Repository : ol8_baseos_latest
Summary : The Linux kernel compiled with extra debugging enabled
URL : http://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.