How to Install and Uninstall python3-versioneer.noarch Package on AlmaLinux 9

Last updated: July 04,2024

1. Install "python3-versioneer.noarch" package

Here is a brief guide to show you how to install python3-versioneer.noarch on AlmaLinux 9

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

2. Uninstall "python3-versioneer.noarch" package

Here is a brief guide to show you how to uninstall python3-versioneer.noarch on AlmaLinux 9:

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

3. Information about the python3-versioneer.noarch package on AlmaLinux 9

Last metadata expiration check: 2:03:56 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : python3-versioneer
Version : 0.21
Release : 4.el9
Architecture : noarch
Size : 50 k
Source : python-versioneer-0.21-4.el9.src.rpm
Repository : epel
Summary : Easy VCS-based management of project version strings
URL : https://github.com/warner/python-versioneer
License : Public Domain
Description : Versioneer is a tool to automatically update version strings (in setup.py and
: the conventional 'from PROJECT import _version' pattern) by asking your
: version-control system about the current tree.