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

Last updated: April 28,2024

1. Install "python3-werkzeug" package

This tutorial shows how to install python3-werkzeug on Kali Linux

$ sudo apt update $ sudo apt install python3-werkzeug

2. Uninstall "python3-werkzeug" package

Learn how to uninstall python3-werkzeug on Kali Linux:

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

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

Package: python3-werkzeug
Source: python-werkzeug
Version: 3.0.1-2
Installed-Size: 866
Maintainer: Debian Python Team
Architecture: all
Depends: libjs-jquery, python3-markupsafe, python3:any
Recommends: python3-openssl, python3-pyinotify
Suggests: ipython3, python-werkzeug-doc, python3-lxml, python3-pkg-resources, python3-watchdog
Size: 205612
SHA256: 1f5eab4566ed909a29331bc2b35f4c1187a71104fa5ad2ffbad6aa02822b5905
SHA1: c3db0e90bd20f630313187bc098d7166cdc36253
MD5sum: 3f4e29ce0953669b91049f3b11f3d6fb
Description: collection of utilities for WSGI applications (Python 3.x)
The Web Server Gateway Interface (WSGI) is a standard interface between web
server software and web applications written in Python.
.
Werkzeug is a lightweight library for interfacing with WSGI. It features
request and response objects, an interactive debugging system and a powerful
URI dispatcher. Combine with your choice of third party libraries and
middleware to easily create a custom application framework.
.
This package contains the Python 3.x module.
Description-md5:
Homepage: https://github.com/pallets/werkzeug/
Section: python
Priority: optional
Filename: pool/main/p/python-werkzeug/python3-werkzeug_3.0.1-2_all.deb