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

Last updated: November 21,2024

1. Install "python3-retrying" package

Please follow the step by step instructions below to install python3-retrying on Kali Linux

$ sudo apt update $ sudo apt install python3-retrying

2. Uninstall "python3-retrying" package

Please follow the step by step instructions below to uninstall python3-retrying on Kali Linux:

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

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

Package: python3-retrying
Source: python-retrying
Version: 1.3.3-4
Installed-Size: 37
Maintainer: Debian OpenStack
Architecture: all
Depends: python3-six (>= 1.7.0), python3:any
Size: 8876
SHA256: 73cc465202bdc74255c991249e9c970c8af411c4ae5b45418fd484cdcd5fa2c6
SHA1: a4f6b53a3a465c41941a8ce1fba1b029dd5565fe
MD5sum: aa8560b6735a550ea74c6e5a9ff679f5
Description: simplifies the task of adding retry behavior - Python 3.x
Retrying is an Apache 2.0 licensed general-purpose retrying library, written
in Python, to simplify the task of adding retry behavior to just about
anything.
.
Features:
* Generic Decorator API
* Specify stop condition (limit by number of attempts)
* Specify wait condition (exponential backoff sleeping between attempts)
* Customize retrying on Exceptions
* Customize retrying on expected returned result
.
This package contains the Python 3.x module.
Description-md5:
Homepage: https://github.com/rholder/retrying
Tag: implemented-in::python
Section: python
Priority: optional
Filename: pool/main/p/python-retrying/python3-retrying_1.3.3-4_all.deb