How To Install perl-TAP-Harness-JUnit on Fedora 36

In this tutorial we learn how to install perl-TAP-Harness-JUnit in Fedora 36. perl-TAP-Harness-JUnit is Generate JUnit compatible output from TAP results

Introduction

In this tutorial we learn how to install perl-TAP-Harness-JUnit on Fedora 36.

What is perl-TAP-Harness-JUnit

The only difference between this module and TAP mandatory ‘xmlfile’ argument, that causes the output to be formatted into XML in format similar to one that is produced by JUnit testing framework.

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

Install perl-TAP-Harness-JUnit 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 perl-TAP-Harness-JUnit using dnf by running the following command:

sudo dnf -y install perl-TAP-Harness-JUnit

Install perl-TAP-Harness-JUnit 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 perl-TAP-Harness-JUnit using yum by running the following command:

sudo yum -y install perl-TAP-Harness-JUnit

How To Uninstall perl-TAP-Harness-JUnit on Fedora 36

To uninstall only the perl-TAP-Harness-JUnit package we can use the following command:

sudo dnf remove perl-TAP-Harness-JUnit

perl-TAP-Harness-JUnit Package Contents on Fedora 36

/usr/share/doc/perl-TAP-Harness-JUnit
/usr/share/doc/perl-TAP-Harness-JUnit/README.md
/usr/share/man/man3/TAP::Harness::JUnit.3pm.gz
/usr/share/perl5/vendor_perl/TAP
/usr/share/perl5/vendor_perl/TAP/Harness
/usr/share/perl5/vendor_perl/TAP/Harness/JUnit.pm

References

Summary

In this tutorial we learn how to install perl-TAP-Harness-JUnit on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).