How to Install and Uninstall python3-tenacity Package on Ubuntu 20.10 (Groovy Gorilla)
Last updated: November 10,2024
1. Install "python3-tenacity" package
In this section, we are going to explain the necessary steps to install python3-tenacity on Ubuntu 20.10 (Groovy Gorilla)
$
sudo apt update
Copied
$
sudo apt install
python3-tenacity
Copied
2. Uninstall "python3-tenacity" package
This is a short guide on how to uninstall python3-tenacity on Ubuntu 20.10 (Groovy Gorilla):
$
sudo apt remove
python3-tenacity
Copied
$
sudo apt autoclean && sudo apt autoremove
Copied
3. Information about the python3-tenacity package on Ubuntu 20.10 (Groovy Gorilla)
Package: python3-tenacity
Architecture: all
Version: 6.2.0-4
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: 111
Depends: python3-pbr, python3-six (>= 1.9.0), python3:any
Suggests: python-tenacity-doc
Filename: pool/main/p/python-tenacity/python3-tenacity_6.2.0-4_all.deb
Size: 14832
MD5sum: ef6dc333c909cc402099ac6ce71fd7d8
SHA1: 0a564c1f4bebdc833b5d224e83d91cad2c28c6d4
SHA256: c67d166ce52cd82a6a2c98926a595b0073ec3ead24b5c28295a3ae3fdc09fbe4
SHA512: 73b66b510b4fe9060e0c061368519bf13d68c107d10e0440136ccd6dae76193a242dd00f69877bbd26d2a19f0632925ee870b8fa6305a6193e1d2a885d09ee17
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
Architecture: all
Version: 6.2.0-4
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: 111
Depends: python3-pbr, python3-six (>= 1.9.0), python3:any
Suggests: python-tenacity-doc
Filename: pool/main/p/python-tenacity/python3-tenacity_6.2.0-4_all.deb
Size: 14832
MD5sum: ef6dc333c909cc402099ac6ce71fd7d8
SHA1: 0a564c1f4bebdc833b5d224e83d91cad2c28c6d4
SHA256: c67d166ce52cd82a6a2c98926a595b0073ec3ead24b5c28295a3ae3fdc09fbe4
SHA512: 73b66b510b4fe9060e0c061368519bf13d68c107d10e0440136ccd6dae76193a242dd00f69877bbd26d2a19f0632925ee870b8fa6305a6193e1d2a885d09ee17
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