How to Install and Uninstall python3-tenacity.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 07,2024

1. Install "python3-tenacity.noarch" package

This tutorial shows how to install python3-tenacity.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "python3-tenacity.noarch" package

Please follow the step by step instructions below to uninstall python3-tenacity.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the python3-tenacity.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:35:20 ago on Mon Feb 26 07:04:30 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.