How to Install and Uninstall python3-poetry-dynamic-versioning.noarch Package on Fedora 38

Last updated: January 10,2025

1. Install "python3-poetry-dynamic-versioning.noarch" package

Please follow the steps below to install python3-poetry-dynamic-versioning.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install python3-poetry-dynamic-versioning.noarch

2. Uninstall "python3-poetry-dynamic-versioning.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-poetry-dynamic-versioning.noarch on Fedora 38:

$ sudo dnf remove python3-poetry-dynamic-versioning.noarch $ sudo dnf autoremove

3. Information about the python3-poetry-dynamic-versioning.noarch package on Fedora 38

Last metadata expiration check: 0:47:13 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : python3-poetry-dynamic-versioning
Version : 0.21.5
Release : 1.fc38
Architecture : noarch
Size : 45 k
Source : python-poetry-dynamic-versioning-0.21.5-1.fc38.src.rpm
Repository : updates
Summary : Plugin for Poetry to enable dynamic versioning based on VCS tags
URL : https://github.com/mtkennerly/poetry-dynamic-versioning
License : MIT
Description : This is a Python 3.7+ plugin for Poetry 1.2.0+ and Poetry Core 1.0.0+ to enable
: dynamic versioning based on tags in your version control system, powered by
: Dunamai. Many different version control systems are supported, including Git
: and Mercurial; please refer to the Dunamai page for the full list (and minimum
: supported version where applicable).
:
: poetry-dynamic-versioning provides a build backend that patches Poetry Core to
: enable the versioning system in PEP 517 build frontends. When installed with
: the plugin feature (i.e., poetry-dynamic-versioning[plugin]), it also
: integrates with the Poetry CLI to trigger the versioning in commands like
: poetry build.