How to Install and Uninstall abi-compliance-checker.noarch Package on Oracle Linux 8

Last updated: April 25,2024

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

Please follow the guidance below to install abi-compliance-checker.noarch on Oracle Linux 8

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

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

In this section, we are going to explain the necessary steps to uninstall abi-compliance-checker.noarch on Oracle Linux 8:

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

3. Information about the abi-compliance-checker.noarch package on Oracle Linux 8

Last metadata expiration check: 5:18:24 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : abi-compliance-checker
Version : 2.3
Release : 4.el8
Architecture : noarch
Size : 213 k
Source : abi-compliance-checker-2.3-4.el8.src.rpm
Repository : epel
Summary : An ABI Compliance Checker
URL : http://lvc.github.io/abi-compliance-checker/
License : GPLv2+ or LGPLv2+
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.