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

Last updated: October 07,2024

1. Install "kabi-dw.src" package

Please follow the step by step instructions below to install kabi-dw.src on Oracle Linux 9

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

2. Uninstall "kabi-dw.src" package

Please follow the steps below to uninstall kabi-dw.src on Oracle Linux 9:

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

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

Last metadata expiration check: 2:36:30 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : kabi-dw
Version : 0
Release : 0.24.20220118git973fee0.el9
Architecture : src
Size : 73 k
Source : None
Repository : ol9_appstream
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.