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

Last updated: October 05,2024

1. Install "python3-abimap.noarch" package

Please follow the guidelines below to install python3-abimap.noarch on Fedora 34

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

2. Uninstall "python3-abimap.noarch" package

Here is a brief guide to show you how to uninstall python3-abimap.noarch on Fedora 34:

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

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

Last metadata expiration check: 0:36:36 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-abimap
Version : 0.3.2
Release : 7.fc34
Architecture : noarch
Size : 45 k
Source : python-abimap-0.3.2-7.fc34.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.