How to Install and Uninstall python3-tenacity Package on Kali Linux

Last updated: May 20,2024

1. Install "python3-tenacity" package

In this section, we are going to explain the necessary steps to install python3-tenacity on Kali Linux

$ 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 Kali Linux:

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

3. Information about the python3-tenacity package on Kali Linux

Package: python3-tenacity
Source: python-tenacity
Version: 8.2.3-2
Installed-Size: 109
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Suggests: python-tenacity-doc
Size: 43808
SHA256: 4e648f97cffea29bf7a26673e960bf72d9abee98ef4d733df9d3f8220ec730e1
SHA1: 851f5e2842c6a59b5d8904f1516a094d634ca587
MD5sum: 2207dcfb3bd9e951e82590426be38ff8
Description: 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:
Homepage: https://github.com/jd/tenacity
Section: python
Priority: optional
Filename: pool/main/p/python-tenacity/python3-tenacity_8.2.3-2_all.deb