How to Install and Uninstall kabi-dw.src Package on Oracle Linux 8

Last updated: September 22,2024

1. Install "kabi-dw.src" package

This tutorial shows how to install kabi-dw.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install kabi-dw.src

2. Uninstall "kabi-dw.src" package

In this section, we are going to explain the necessary steps to uninstall kabi-dw.src on Oracle Linux 8:

$ sudo dnf remove kabi-dw.src $ sudo dnf autoremove

3. Information about the kabi-dw.src package on Oracle Linux 8

Last metadata expiration check: 5:14:00 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : kabi-dw
Version : 0
Release : 0.10.20200515gitb52ac13.el8
Architecture : src
Size : 71 k
Source : None
Repository : ol8_baseos_latest
Summary : Detect changes in the ABI between kernel builds
URL : https://github.com/skozina/kabi-dw
License : GPLv3+
Description : The aim of kabi-dw is to detect any changes in the ABI between the successive
: builds of the Linux kernel. This is done by dumping the DWARF type information
: (the .debug_info section) for the specific symbols into the text files and
: later comparing the text files.