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

Last updated: September 21,2024

1. Install "python3-versioneer.noarch" package

Learn how to install python3-versioneer.noarch on Oracle Linux 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 Oracle Linux 9:

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

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

Last metadata expiration check: 3:01:30 ago on Thu Feb 15 07:50:05 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.