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

Last updated: October 05,2024

1. Install "python3-vcversioner.noarch" package

Learn how to install python3-vcversioner.noarch on Fedora 34

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

2. Uninstall "python3-vcversioner.noarch" package

Learn how to uninstall python3-vcversioner.noarch on Fedora 34:

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

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

Last metadata expiration check: 3:19:26 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-vcversioner
Version : 2.16.0.0
Release : 2.fc34
Architecture : noarch
Size : 19 k
Source : python-vcversioner-2.16.0.0-2.fc34.src.rpm
Repository : fedora
Summary : Use version control tags to discover version numbers
URL : https://github.com/habnabit/vcversioner
License : ISC
Description : One can write a setup.py with no version information specified. vcversioner
: will find a recent, properly-formatted VCS tag and extract a version from it.
: It's much more convenient to be able to use your version control system's
: tagging mechanism to derive a version number than to have to duplicate that
: information all over the place.