How to Install and Uninstall python3-tenacity Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 18,2024

1. Install "python3-tenacity" package

Learn how to install python3-tenacity on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-tenacity

2. Uninstall "python3-tenacity" package

Please follow the step by step instructions below to uninstall python3-tenacity on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove python3-tenacity $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-tenacity package on Ubuntu 21.10 (Impish Indri)

Package: python3-tenacity
Architecture: all
Version: 6.3.1-1
Priority: optional
Section: python
Source: python-tenacity
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 113
Depends: python3-pbr, python3-six (>= 1.9.0), python3:any
Suggests: python-tenacity-doc
Filename: pool/main/p/python-tenacity/python3-tenacity_6.3.1-1_all.deb
Size: 15458
MD5sum: cf710059b2fedba61413261ef51bdd37
SHA1: c827cb4d119f45627cec9b5f1f50e3e4d19fb2d6
SHA256: e3922302aa21860be60b6eeba21df91628a0223e11ad58ee79f8c2801b8eaaf9
SHA512: 199a2ca16f088d14efaf4faa13ecb35b99182164c29958bf222218489ca0d47f6d57f64958b5a2fa32e26383e3ed705372481ba5d09846cc17f72ef40455b6c7
Homepage: https://github.com/jd/tenacity
Description-en: retry code until it succeeeds
Tenacity is a general-purpose retrying library to simplify the task of adding
retry behavior to just about anything. It originates from a fork of Retrying.
.
Features:
* Generic Decorator API
* Specify stop condition (i.e. limit by number of attempts)
* Specify wait condition (i.e. exponential backoff sleeping between attempts)
* Customize retrying on Exceptions
* Customize retrying on expected returned result
Description-md5: 2eeba38fc7fcd6021294d8e7dbf40df8
Task: ubuntustudio-photography