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

Last updated: May 13,2024

1. Install "abi-dumper.noarch" package

This guide let you learn how to install abi-dumper.noarch on CentOS Stream 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 Stream 8:

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

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

Last metadata expiration check: 1:50:16 ago on Sun Feb 25 03:03:59 2024.
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.