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

Last updated: January 17,2025

1. Install "python3-tenacity.noarch" package

Here is a brief guide to show you how to install python3-tenacity.noarch on Fedora 34

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

2. Uninstall "python3-tenacity.noarch" package

Here is a brief guide to show you how to uninstall python3-tenacity.noarch on Fedora 34:

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

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

Last metadata expiration check: 0:26:36 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : python3-tenacity
Version : 7.0.0
Release : 1.fc34
Architecture : noarch
Size : 45 k
Source : python-tenacity-7.0.0-1.fc34.src.rpm
Repository : fedora
Summary : Tenacity is a general purpose retrying library
URL : https://github.com/jd/tenacity
License : ASL 2.0
Description : Tenacity is a general-purpose retrying library, written in Python, to simplify
: the task of adding retry behavior to just about anything. It originates from a
: fork of Retrying.