How to Install and Uninstall abi-tracker.noarch Package on Fedora 34

Last updated: May 18,2024

1. Install "abi-tracker.noarch" package

This is a short guide on how to install abi-tracker.noarch on Fedora 34

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

2. Uninstall "abi-tracker.noarch" package

This is a short guide on how to uninstall abi-tracker.noarch on Fedora 34:

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

3. Information about the abi-tracker.noarch package on Fedora 34

Last metadata expiration check: 0:23:26 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : abi-tracker
Version : 1.11
Release : 11.fc34
Architecture : noarch
Size : 41 k
Source : abi-tracker-1.11-11.fc34.src.rpm
Repository : fedora
Summary : Tool to visualize ABI changes timeline of a C/C++ library
URL : https://github.com/lvc/abi-tracker
License : GPL+ and LGPLv2+
Description : A tool to visualize ABI changes timeline of a C/C++ software library.
:
: The tool requires the input profile of the library in JSON format. It can be
: created manually or automatically generated by the ABI Monitor:
: https://github.com/lvc/abi-monitor