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

Last updated: May 03,2024

1. Install "python3-defusedxml" package

This is a short guide on how to install python3-defusedxml on Kali Linux

$ sudo apt update $ sudo apt install python3-defusedxml

2. Uninstall "python3-defusedxml" package

This guide covers the steps necessary to uninstall python3-defusedxml on Kali Linux:

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

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

Package: python3-defusedxml
Source: defusedxml
Version: 0.7.1-2
Installed-Size: 113
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 43300
SHA256: bf54cf2db1e66170033596a93ef53e4cb08e59fefbdfc5953c68d8b1b1795d5b
SHA1: eee826839b6913213897a922a973b67e725acc78
MD5sum: dc3bc49d198d4504e84ed1cf43e4d644
Description: XML bomb protection for Python stdlib modules (for Python 3)
The results of an attack on a vulnerable XML library can be fairly dramatic.
With just a few hundred bytes of XML data an attacker can occupy several
gigabytes of memory within seconds. An attacker can also keep
CPUs busy for a long time with a small to medium size request.
.
This library allows for XML to be parsed in a manner that avoids these
pitfalls.
.
This package contains the module for the Python 3 interpreter.
Description-md5:
Homepage: https://github.com/tiran/defusedxml
Section: python
Priority: optional
Filename: pool/main/d/defusedxml/python3-defusedxml_0.7.1-2_all.deb