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

Last updated: October 06,2024

1. Install "python3-poetry.noarch" package

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

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

2. Uninstall "python3-poetry.noarch" package

This tutorial shows how to uninstall python3-poetry.noarch on Fedora 36:

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

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

Last metadata expiration check: 0:00:38 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-poetry
Version : 1.1.13
Release : 1.fc36
Architecture : noarch
Size : 310 k
Source : poetry-1.1.13-1.fc36.src.rpm
Repository : fedora
Summary : Python dependency management and packaging made easy
URL : https://python-poetry.org/
License : MIT
Description : Poetry helps you declare, manage and install dependencies of Python
: projects, ensuring you have the right stack everywhere.