How to Install and Uninstall abi-dumper.noarch Package on Rocky Linux 8

Last updated: April 26,2024

1. Install "abi-dumper.noarch" package

This tutorial shows how to install abi-dumper.noarch on Rocky Linux 8

$ sudo dnf update $ sudo dnf install abi-dumper.noarch

2. Uninstall "abi-dumper.noarch" package

This tutorial shows how to uninstall abi-dumper.noarch on Rocky Linux 8:

$ sudo dnf remove abi-dumper.noarch $ sudo dnf autoremove

3. Information about the abi-dumper.noarch package on Rocky Linux 8

Last metadata expiration check: 1:11:15 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : abi-dumper
Version : 1.2
Release : 1.el8
Architecture : noarch
Size : 53 k
Source : abi-dumper-1.2-1.el8.src.rpm
Repository : epel
Summary : Tool to dump ABI of an ELF object containing DWARF debug info
URL : http://github.com/lvc/abi-dumper/
License : GPLv2
Description : A tool to dump ABI of an ELF object containing DWARF debug info.
:
: The tool is intended to be used with ABI Compliance Checker tool for tracking
: ABI changes of a C/C++ library or kernel module.