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

Last updated: May 18,2024

1. Install "python3-ratelimiter" package

Learn how to install python3-ratelimiter on Kali Linux

$ sudo apt update $ sudo apt install python3-ratelimiter

2. Uninstall "python3-ratelimiter" package

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

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

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

Package: python3-ratelimiter
Source: python-ratelimiter
Version: 1.2.0.post0-4
Installed-Size: 27
Maintainer: Debian Python Team
Architecture: amd64
Depends: python3:any
Size: 5740
SHA256: db172660b8356d062e98ee98b857031238b1a1ef9b4c9542a6464521df7a9bad
SHA1: af72a181a7b14793941ecc88470c42a3258e6e30
MD5sum: 600860d384d9adb07bb5931ce2c96e71
Description: simple Python library for limiting the rate of operations
This package provides the ratelimiter module, which ensures that an
operation will not be executed more than a given number of times on a
given period. This can prove useful when working with third parties APIs
which require for example a maximum of 10 requests per second.
Description-md5:
Homepage: https://github.com/RazerM/ratelimiter
Section: python
Priority: optional
Filename: pool/main/p/python-ratelimiter/python3-ratelimiter_1.2.0.post0-4_amd64.deb