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

Last updated: January 11,2025

1. Install "python3-wither" package

Please follow the steps below to install python3-wither on Kali Linux

$ sudo apt update $ sudo apt install python3-wither

2. Uninstall "python3-wither" package

Learn how to uninstall python3-wither on Kali Linux:

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

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

Package: python3-wither
Source: python-wither
Version: 1.1-3
Installed-Size: 33
Maintainer: Debian Python Team
Architecture: all
Depends: python3-lxml, python3:any
Size: 7956
SHA256: 677ec622752e376d4fd5476cb5a322acc1bd7140846897de6e6c42a69073b1f6
SHA1: 5927f172f46ebffb87c169032f6dbbf13e4dc1e9
MD5sum: 6ea3ae260a9a5945d2b9558108115f44
Description: XML/HTML Generation DSL (Python 3)
Wither is a library designed to make XML generation under Python as
simple and as nicely formatted as Python code.
.
Wither is implemented as a thin stateless wrapper around etree.Element
objects and works by making use of the ‘with’ keyword in Python to build
a nested tree of etree objects that can be processed with standard
tools/techniques
.
by using Python as a DSL you can automatically ensure that all tags are
properly closed and also execute arbitrary Python code to build things
such as lists or to embed widgets
.
This package provides the Python 3 version of Wither.
Description-md5:
Homepage: https://pypi.python.org/pypi/wither
Section: python
Priority: optional
Filename: pool/main/p/python-wither/python3-wither_1.1-3_all.deb