How to Install and Uninstall python3-django-waffle Package on Kali Linux

Last updated: May 03,2024

1. Install "python3-django-waffle" package

Please follow the instructions below to install python3-django-waffle on Kali Linux

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

2. Uninstall "python3-django-waffle" package

This tutorial shows how to uninstall python3-django-waffle on Kali Linux:

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

3. Information about the python3-django-waffle package on Kali Linux

Package: python3-django-waffle
Source: python-django-waffle
Version: 4.1.0-2
Installed-Size: 224
Maintainer: Debian Python Team
Architecture: all
Depends: python3-django, python3:any
Suggests: python-django-waffle-doc
Size: 33896
SHA256: b13d2168ac932cac448ea8e8b1914af4b7518cb53ceeb8542f16e80ef6cb58f3
SHA1: 9a57484c3a711a7325876208855ce46dff437ce5
MD5sum: cd20bc90b698894b7863ba7185315a28
Description: feature flipper for Django (Python3 version)
Django Waffle is feature flipper for Django. You can define the conditions for
which a flag should be active, and use it in a number of ways. Feature flags
are a critical tool for continuously integrating and deploying applications.
.
Waffle aims to
* provide a simple, intuitive API everywhere in your application;
* cover common use cases with batteries-included;
* be simple to install and manage;
* be fast and robust enough to use in production; and
* minimize dependencies and complexity.
.
This package contains the Python 3 version of the library.
Description-md5:
Homepage: https://github.com/django-waffle/django-waffle/
Section: python
Priority: optional
Filename: pool/main/p/python-django-waffle/python3-django-waffle_4.1.0-2_all.deb