How to Install and Uninstall python312-defusedxml Package on openSuSE Tumbleweed

Last updated: July 01,2024

1. Install "python312-defusedxml" package

Please follow the instructions below to install python312-defusedxml on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-defusedxml

2. Uninstall "python312-defusedxml" package

In this section, we are going to explain the necessary steps to uninstall python312-defusedxml on openSuSE Tumbleweed:

$ sudo zypper remove python312-defusedxml

3. Information about the python312-defusedxml package on openSuSE Tumbleweed

Information for package python312-defusedxml:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-defusedxml
Version : 0.7.1-3.6
Arch : noarch
Vendor : openSUSE
Installed Size : 142.0 KiB
Installed : No
Status : not installed
Source package : python-defusedxml-0.7.1-3.6.src
Upstream URL : https://pypi.python.org/pypi/defusedxml
Summary : XML bomb protection for Python stdlib modules
Description :
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.