How To Install abi-compliance-checker on Fedora 36
Introduction
In this tutorial we learn how to install abi-compliance-checker
on Fedora 36.
What is abi-compliance-checker
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.
We can use yum
or dnf
to install abi-compliance-checker
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install abi-compliance-checker.
Install abi-compliance-checker on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
After updating yum database, We can install abi-compliance-checker
using dnf
by running the following command:
Install abi-compliance-checker on Fedora 36 Using yum
Update yum database with yum
using the following command.
After updating yum database, We can install abi-compliance-checker
using yum
by running the following command:
How To Uninstall abi-compliance-checker on Fedora 36
To uninstall only the abi-compliance-checker
package we can use the following command:
abi-compliance-checker Package Contents on Fedora 36
References
Summary
In this tutorial we learn how to install abi-compliance-checker
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).