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

Last updated: July 01,2024

1. Install "python310-defusedxml" package

This tutorial shows how to install python310-defusedxml on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-defusedxml

2. Uninstall "python310-defusedxml" package

Please follow the guidance below to uninstall python310-defusedxml on openSuSE Tumbleweed:

$ sudo zypper remove python310-defusedxml

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

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