How to Install and Uninstall python3-xunitparser.noarch Package on Fedora 36

Last updated: January 17,2025

1. Install "python3-xunitparser.noarch" package

In this section, we are going to explain the necessary steps to install python3-xunitparser.noarch on Fedora 36

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

2. Uninstall "python3-xunitparser.noarch" package

Please follow the instructions below to uninstall python3-xunitparser.noarch on Fedora 36:

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

3. Information about the python3-xunitparser.noarch package on Fedora 36

Last metadata expiration check: 4:53:26 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-xunitparser
Version : 1.3.3
Release : 18.fc35
Architecture : noarch
Size : 17 k
Source : python-xunitparser-1.3.3-18.fc35.src.rpm
Repository : fedora
Summary : Read JUnit/XUnit XML files and map them to Python objects
URL : https://pypi.python.org/pypi/xunitparser
License : MIT
Description : xunitparser reads a JUnit/XUnit XML file and maps it to Python objects.
: It tries to use the objects available in the standard "unittest" module.
:
: Python 3 version.