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

Last updated: October 04,2024

1. Install "python3-retrying.noarch" package

Please follow the instructions below to install python3-retrying.noarch on Fedora 34

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

2. Uninstall "python3-retrying.noarch" package

Please follow the steps below to uninstall python3-retrying.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:51:47 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-retrying
Version : 1.3.3
Release : 2.fc34
Architecture : noarch
Size : 22 k
Source : python-retrying-1.3.3-2.fc34.src.rpm
Repository : fedora
Summary : General-purpose retrying library in Python
URL : https://github.com/rholder/retrying
License : ASL 2.0
Description : Retrying is an Apache 2.0 licensed general-purpose retrying library,
: written in Python, to simplify the task of adding retry behavior to
: just about anything.