How to Install and Uninstall abi-dumper.noarch Package on CentOS 8 / RHEL 8

Last updated: April 19,2024

1. Install "abi-dumper.noarch" package

Please follow the steps below to install abi-dumper.noarch on CentOS 8 / RHEL 8

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

2. Uninstall "abi-dumper.noarch" package

This is a short guide on how to uninstall abi-dumper.noarch on CentOS 8 / RHEL 8:

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

3. Information about the abi-dumper.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 3:44:56 ago on Sun May 9 13:03:46 2021.
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.