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

Last updated: May 20,2024

1. Install "python3-limits" package

Please follow the guidance below to install python3-limits on Kali Linux

$ sudo apt update $ sudo apt install python3-limits

2. Uninstall "python3-limits" package

Please follow the instructions below to uninstall python3-limits on Kali Linux:

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

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

Package: python3-limits
Source: python-limits
Version: 3.6.0-1
Installed-Size: 167
Maintainer: Debian Python Team
Architecture: all
Depends: python3-deprecated, python3-importlib-resources, python3-packaging, python3-typing-extensions, python3:any
Suggests: python3-pymemcache, python3-redis, python3-rediscluster, python-limits-doc
Size: 27408
SHA256: 3900b7ff7109bfb36ff713c10b99ad49d55c4c74e9dcf93e2dd099d7915b64ea
SHA1: e3ffb61d00bf25183608de04e7c1c06210fcdf5c
MD5sum: 57e11911517f4fd86dc147d9b6bbab44
Description: Rate limiting utilities for Python
limits is a Python module providing utilities to implement rate limiting using
various strategies, such as fixed or moving windows, and various storage
backends, such as in in-memory storage, Redis or memcached.
.
This package provides the Python 3 version of the limits module.
Description-md5:
Homepage: https://limits.readthedocs.org
Section: python
Priority: optional
Filename: pool/main/p/python-limits/python3-limits_3.6.0-1_all.deb