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

Last updated: October 04,2024

1. Install "python3-abimap.noarch" package

This guide covers the steps necessary to install python3-abimap.noarch on Fedora 38

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

2. Uninstall "python3-abimap.noarch" package

Learn how to uninstall python3-abimap.noarch on Fedora 38:

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

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

Last metadata expiration check: 3:35:45 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : python3-abimap
Version : 0.3.2
Release : 13.fc38
Architecture : noarch
Size : 57 k
Source : python-abimap-0.3.2-13.fc38.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.