How to Install and Uninstall python3-defusedxml Package on openSUSE Leap

Last updated: May 12,2024

1. Install "python3-defusedxml" package

Please follow the instructions below to install python3-defusedxml on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-defusedxml

2. Uninstall "python3-defusedxml" package

This tutorial shows how to uninstall python3-defusedxml on openSUSE Leap:

$ sudo zypper remove python3-defusedxml

3. Information about the python3-defusedxml package on openSUSE Leap

Information for package python3-defusedxml:
-------------------------------------------
Repository : Main Repository
Name : python3-defusedxml
Version : 0.6.0-1.42
Arch : noarch
Vendor : SUSE LLC
Installed Size : 157.6 KiB
Installed : No
Status : not installed
Source package : python-defusedxml-0.6.0-1.42.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.