How to Install and Uninstall python3-junit_xml.noarch Package on Fedora 35

Last updated: July 02,2024

1. Install "python3-junit_xml.noarch" package

Please follow the step by step instructions below to install python3-junit_xml.noarch on Fedora 35

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

2. Uninstall "python3-junit_xml.noarch" package

This tutorial shows how to uninstall python3-junit_xml.noarch on Fedora 35:

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

3. Information about the python3-junit_xml.noarch package on Fedora 35

Last metadata expiration check: 0:13:40 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : python3-junit_xml
Version : 1.9
Release : 13.20210114gitba89b41.fc35
Architecture : noarch
Size : 21 k
Source : python-junit_xml-1.9-13.20210114gitba89b41.fc35.src.rpm
Repository : fedora
Summary : Python module for creating JUnit XML test result documents
URL : https://github.com/kyrus/python-junit-xml
License : MIT
Description : A Python module for creating JUnit XML test result documents that can be read
: by tools such as Jenkins or Bamboo. If you are ever working with test tool or
: test suite written in Python and want to take advantage of Jenkins’ or Bamboo’s
: pretty graphs and test reporting capabilities, this module will let you
: generate the XML test reports.