How to Install and Uninstall python3-abimap.noarch Package on Fedora 39

Last updated: January 11,2025

1. Install "python3-abimap.noarch" package

This tutorial shows how to install python3-abimap.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install python3-abimap.noarch

2. Uninstall "python3-abimap.noarch" package

This guide covers the steps necessary to uninstall python3-abimap.noarch on Fedora 39:

$ sudo dnf remove python3-abimap.noarch $ sudo dnf autoremove

3. Information about the python3-abimap.noarch package on Fedora 39

Last metadata expiration check: 1:20:46 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : python3-abimap
Version : 0.3.2
Release : 16.fc39
Architecture : noarch
Size : 55 k
Source : python-abimap-0.3.2-16.fc39.src.rpm
Repository : fedora
Summary : A helper for library maintainers to use symbol versioning
URL : https://github.com/ansasaki/abimap
License : MIT
Description : This script allows to generate and update symbol version linker scripts which
: adds version information to the exported symbols. The script is intended to be
: integrated as part of a shared library build to check for changes in the set
: of exported symbols and update the symbol version linker script accordingly.