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

Last updated: November 26,2024

1. Install "python3-hgdistver.noarch" package

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

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

2. Uninstall "python3-hgdistver.noarch" package

Please follow the steps below to uninstall python3-hgdistver.noarch on Fedora 39:

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

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

Last metadata expiration check: 5:02:10 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-hgdistver
Version : 0.25
Release : 26.fc39
Architecture : noarch
Size : 22 k
Source : python-hgdistver-0.25-26.fc39.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.