How to Install and Uninstall python3-hgdistver.noarch Package on Fedora 36

Last updated: October 06,2024

1. Install "python3-hgdistver.noarch" package

Please follow the guidance below to install python3-hgdistver.noarch on Fedora 36

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

2. Uninstall "python3-hgdistver.noarch" package

Please follow the instructions below to uninstall python3-hgdistver.noarch on Fedora 36:

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

3. Information about the python3-hgdistver.noarch package on Fedora 36

Last metadata expiration check: 5:13:22 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-hgdistver
Version : 0.25
Release : 21.fc36
Architecture : noarch
Size : 20 k
Source : python-hgdistver-0.25-21.fc36.src.rpm
Repository : fedora
Summary : A Python library to generate package version info from mercurial tags
URL : https://bitbucket.org/RonnyPfannschmidt/hgdistver/
License : MIT
Description : hgdistver is a simple drop-in to support setup.py in mercurial based projects.
: It's supposed to generate version numbers from mercurial's meta-data. It tries
: to use the current tag and falls back to the next reachable tagged ancestor
: and using the distance to it as .post marker.