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

Last updated: October 06,2024

1. Install "python3-hgdistver.noarch" package

In this section, we are going to explain the necessary steps to install python3-hgdistver.noarch on Fedora 34

$ 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 34:

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

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

Last metadata expiration check: 5:48:38 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-hgdistver
Version : 0.25
Release : 18.fc34
Architecture : noarch
Size : 20 k
Source : python-hgdistver-0.25-18.fc34.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.