How to Install and Uninstall abi-compliance-checker.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: May 13,2024

1. Install "abi-compliance-checker.noarch" package

Please follow the instructions below to install abi-compliance-checker.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install abi-compliance-checker.noarch

2. Uninstall "abi-compliance-checker.noarch" package

This guide let you learn how to uninstall abi-compliance-checker.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove abi-compliance-checker.noarch $ sudo dnf autoremove

3. Information about the abi-compliance-checker.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:38:55 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : abi-compliance-checker
Version : 2.3
Release : 13.el9
Architecture : noarch
Size : 188 k
Source : abi-compliance-checker-2.3-13.el9.src.rpm
Repository : epel
Summary : An ABI Compliance Checker
URL : http://lvc.github.io/abi-compliance-checker/
License : LGPL-2.1-or-later
Description : A tool for checking backward binary compatibility of a shared C/C++ library. It
: checks for changes in calling stack, changes in v-table, removed symbols, etc.