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

Last updated: September 28,2024

1. Install "python3-tenacity.noarch" package

Learn how to install python3-tenacity.noarch on AlmaLinux 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 AlmaLinux 9:

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

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

Last metadata expiration check: 1:08:27 ago on Wed Mar 13 07:41:12 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.