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

Last updated: May 20,2024

1. Install "abi-tracker.noarch" package

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

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

2. Uninstall "abi-tracker.noarch" package

Learn how to uninstall abi-tracker.noarch on Fedora 39:

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

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

Last metadata expiration check: 3:50:38 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : abi-tracker
Version : 1.11
Release : 19.fc39
Architecture : noarch
Size : 41 k
Source : abi-tracker-1.11-19.fc39.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-2.0-or-later OR LGPL-2.1-or-later
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