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

Last updated: November 27,2024

1. Install "python3-abimap.noarch" package

This guide let you learn how to install python3-abimap.noarch on Fedora 35

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

2. Uninstall "python3-abimap.noarch" package

Please follow the steps below to uninstall python3-abimap.noarch on Fedora 35:

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

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

Last metadata expiration check: 0:24:06 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : python3-abimap
Version : 0.3.2
Release : 9.fc35
Architecture : noarch
Size : 44 k
Source : python-abimap-0.3.2-9.fc35.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.