How to Install and Uninstall kernel-debug-core.x86_64 Package on Fedora 36

Last updated: October 06,2024

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

Learn how to install kernel-debug-core.x86_64 on Fedora 36

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

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

Please follow the step by step instructions below to uninstall kernel-debug-core.x86_64 on Fedora 36:

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

3. Information about the kernel-debug-core.x86_64 package on Fedora 36

Last metadata expiration check: 5:37:06 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : kernel-debug-core
Version : 5.19.6
Release : 200.fc36
Architecture : x86_64
Size : 52 M
Source : kernel-5.19.6-200.fc36.src.rpm
Repository : updates
Summary : The Linux kernel compiled with extra debugging 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.