How to Install and Uninstall python3-flask-limiter Package on Kali Linux

Last updated: May 14,2024

1. Install "python3-flask-limiter" package

This guide covers the steps necessary to install python3-flask-limiter on Kali Linux

$ sudo apt update $ sudo apt install python3-flask-limiter

2. Uninstall "python3-flask-limiter" package

This is a short guide on how to uninstall python3-flask-limiter on Kali Linux:

$ sudo apt remove python3-flask-limiter $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-flask-limiter package on Kali Linux

Package: python3-flask-limiter
Source: flask-limiter
Version: 3.5.1-1
Installed-Size: 139
Maintainer: Debian Python Team
Architecture: all
Depends: python3-flask (>= 2), python3-limits (>= 2.3.0), python3-ordered-set, python3-rich, python3-typing-extensions, python3:any
Suggests: python-flask-limiter-doc
Size: 30360
SHA256: 9a14f712eba9ec427933a91172bd6d523492039c546d0fd51aa0bd2bc2e99e90
SHA1: b99606b8dd114b2309231371e15ebc8f164872f1
MD5sum: 8fe3bfc6c98673338a412245226fbf0b
Description: Rate-limiting for Flask routes
Flask is a micro web framework for Python based on Werkzeug, Jinja 2 and good
intentions.
.
Flask-Limiter provides rate limiting features to flask routes. It has support
for a configurable backend for storage with current implementations for
in-memory, redis and memcache.
.
This package provides the Python 3 version of the flask_limiter module.
Description-md5:
Homepage: https://github.com/alisaifee/flask-limiter
Section: python
Priority: optional
Filename: pool/main/f/flask-limiter/python3-flask-limiter_3.5.1-1_all.deb