How to Install and Uninstall python3-defusedxml.noarch Package on Fedora 39

Last updated: November 25,2024

1. Install "python3-defusedxml.noarch" package

Here is a brief guide to show you how to install python3-defusedxml.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install python3-defusedxml.noarch

2. Uninstall "python3-defusedxml.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-defusedxml.noarch on Fedora 39:

$ sudo dnf remove python3-defusedxml.noarch $ sudo dnf autoremove

3. Information about the python3-defusedxml.noarch package on Fedora 39

Last metadata expiration check: 5:46:31 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : python3-defusedxml
Version : 0.7.1
Release : 9.fc39
Architecture : noarch
Size : 59 k
Source : python-defusedxml-0.7.1-9.fc39.src.rpm
Repository : fedora
Summary : XML bomb protection for Python stdlib modules
URL : https://github.com/tiran/defusedxml
License : Python
Description : The defusedxml package contains several Python-only workarounds and fixes for
: denial of service and other vulnerabilities in Python's XML libraries. In order
: to benefit from the protection you just have to import and use the listed
: functions / classes from the right defusedxml module instead of the original
: module. This is the python3 build.