How to Install and Uninstall python3-django-ratelimit Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 19,2024

1. Install "python3-django-ratelimit" package

Please follow the guidance below to install python3-django-ratelimit on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-django-ratelimit

2. Uninstall "python3-django-ratelimit" package

Please follow the guidelines below to uninstall python3-django-ratelimit on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python3-django-ratelimit $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-django-ratelimit package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-django-ratelimit
Priority: optional
Section: universe/python
Installed-Size: 67
Maintainer: Ubuntu Developers
Original-Maintainer: Marco Bardelli
Architecture: all
Source: django-ratelimit
Version: 0.4.0+8+gd58c489-3
Depends: python3:any (>= 3.3.2-2~), python3-django (>= 1.4)
Filename: pool/universe/d/django-ratelimit/python3-django-ratelimit_0.4.0+8+gd58c489-3_all.deb
Size: 7264
MD5sum: 26ea5924ce402a4913c4d7050ed9ee05
SHA1: a759390d20f7afa7a78dd090a84cc9e0578a423e
SHA256: a252bd54fb6daf856501d177809e3d4b5acabd045375e2942ecc2ec05eb44438
Description-en: Cache-based rate-limiting for Django
Django Ratelimit provides a decorator to rate-limit views. Limiting can
be based on IP address or a field in the request--either a GET or POST
variable.
Description-md5: 40c64fa3ae39cdc0ca4e79dc05e4f915
Homepage: https://github.com/jsocol/django-ratelimit
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu