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

Last updated: July 03,2024

1. Install "python3-backoff" package

This is a short guide on how to install python3-backoff on Kali Linux

$ sudo apt update $ sudo apt install python3-backoff

2. Uninstall "python3-backoff" package

Here is a brief guide to show you how to uninstall python3-backoff on Kali Linux:

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

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

Package: python3-backoff
Source: backoff
Version: 2.2.1-1
Installed-Size: 71
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 17320
SHA256: a26927ffa94b3a99b01b0e75e7692030cedb43d13bc685ba85cd67fa18886f08
SHA1: a79138664dfb3a79c5e0a2a960902aadcbee4f3c
MD5sum: 18412b1470f84a3985d7d19714122c42
Description: Function decoration for backoff and retry
This module provides function decorators which can be used to wrap a
function such that it will be retried until some condition is met. It
is meant to be of use when accessing unreliable resources with the
potential for intermittent failures i.e. network resources and external
APIs. Somewhat more generally, it may also be of use for dynamically
polling resources for externally generated content.
.
Decorators support both regular functions for synchronous code and
asyncio's coroutines for asynchronous code.
Description-md5:
Homepage: https://github.com/litl/backoff
Section: python
Priority: optional
Filename: pool/main/b/backoff/python3-backoff_2.2.1-1_all.deb