How To Install python3-xunitparser on Fedora 36

In this tutorial we learn how to install python3-xunitparser in Fedora 36. python3-xunitparser is Read JUnit/XUnit XML files and map them to Python objects

Introduction

In this tutorial we learn how to install python3-xunitparser on Fedora 36.

What is python3-xunitparser

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.

We can use yum or dnf to install python3-xunitparser on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python3-xunitparser.

Install python3-xunitparser on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install python3-xunitparser using dnf by running the following command:

sudo dnf -y install python3-xunitparser

Install python3-xunitparser on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install python3-xunitparser using yum by running the following command:

sudo yum -y install python3-xunitparser

How To Uninstall python3-xunitparser on Fedora 36

To uninstall only the python3-xunitparser package we can use the following command:

sudo dnf remove python3-xunitparser

python3-xunitparser Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/__pycache__/xunitparser.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/__pycache__/xunitparser.cpython-310.pyc
/usr/lib/python3.10/site-packages/xunitparser-1.3.3-py3.10.egg-info
/usr/lib/python3.10/site-packages/xunitparser-1.3.3-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/xunitparser-1.3.3-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/xunitparser-1.3.3-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/xunitparser-1.3.3-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/xunitparser.py
/usr/share/doc/python3-xunitparser
/usr/share/doc/python3-xunitparser/AUTHORS
/usr/share/doc/python3-xunitparser/README
/usr/share/licenses/python3-xunitparser
/usr/share/licenses/python3-xunitparser/LICENSE

References

Summary

In this tutorial we learn how to install python3-xunitparser on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).