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

Last updated: July 01,2024

1. Install "python3-retry" package

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

$ sudo apt update $ sudo apt install python3-retry

2. Uninstall "python3-retry" package

Learn how to uninstall python3-retry on Kali Linux:

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

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

Package: python3-retry
Source: python-retry
Version: 0.9.2-2
Installed-Size: 39
Maintainer: Adam Cecile
Architecture: all
Depends: python3-decorator, python3-py, python3:any
Size: 7020
SHA256: 2d6cb42e6c217b4d34106e63c925958560a00b3e64fa3330ef33e2a3e76599ad
SHA1: 5b7c905a8a205a7922769831723b65654a7fa69b
MD5sum: e4564f2d8f55c63b2a2b9d651a3fe19f
Description: easy to use retry decorator
Decorator (or function) to retry failing code featuring:
.
- No external dependency (stdlib only)
- Preserve function signatures (pip install decorator)
- Original traceback, easy to debug
Description-md5:
Homepage: https://github.com/invl/retry
Section: python
Priority: optional
Filename: pool/main/p/python-retry/python3-retry_0.9.2-2_all.deb