How to Install and Uninstall python3-tenacity.noarch Package on Rocky Linux 9

Last updated: October 06,2024

1. Install "python3-tenacity.noarch" package

Here is a brief guide to show you how to install python3-tenacity.noarch on Rocky Linux 9

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

2. Uninstall "python3-tenacity.noarch" package

This guide covers the steps necessary to uninstall python3-tenacity.noarch on Rocky Linux 9:

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

3. Information about the python3-tenacity.noarch package on Rocky Linux 9

Last metadata expiration check: 1:08:39 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : python3-tenacity
Version : 8.2.3
Release : 1.el9
Architecture : noarch
Size : 46 k
Source : python-tenacity-8.2.3-1.el9.src.rpm
Repository : epel
Summary : Retry code until it succeeds
URL : https://github.com/jd/tenacity
License : Apache-2.0
Description : Tenacity is a general-purpose retrying library to simplify the task of adding
: retry behavior to just about anything.