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

Last updated: May 20,2024

1. Install "python39-defusedxml" package

This is a short guide on how to install python39-defusedxml on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-defusedxml

2. Uninstall "python39-defusedxml" package

Please follow the instructions below to uninstall python39-defusedxml on openSuSE Tumbleweed:

$ sudo zypper remove python39-defusedxml

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

Information for package python39-defusedxml:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-defusedxml
Version : 0.7.1-3.6
Arch : noarch
Vendor : openSUSE
Installed Size : 130.3 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.