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

Last updated: October 05,2024

1. Install "python3-tenacity.noarch" package

Please follow the steps below to install python3-tenacity.noarch on Oracle Linux 9

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

2. Uninstall "python3-tenacity.noarch" package

This guide let you learn how to uninstall python3-tenacity.noarch on Oracle Linux 9:

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

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

Last metadata expiration check: 0:05:45 ago on Thu Feb 15 07:50:05 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.