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

In this tutorial we learn how to install perl-TAP-Harness-Archive in Fedora 36. perl-TAP-Harness-Archive is Create an archive of TAP test results

Introduction

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

What is perl-TAP-Harness-Archive

This module is a direct subclass of TAP same way except for one detail. In addition to outputting a running progress of the tests and an ending summary it can also capture all of the raw TAP from the individual test files or streams into an archive file (.tar or .tar.gz).

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

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

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

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

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

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

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

sudo dnf remove perl-TAP-Harness-Archive

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

/usr/share/doc/perl-TAP-Harness-Archive
/usr/share/doc/perl-TAP-Harness-Archive/Changes
/usr/share/doc/perl-TAP-Harness-Archive/TODO
/usr/share/man/man3/TAP::Harness::Archive.3pm.gz
/usr/share/perl5/vendor_perl/TAP
/usr/share/perl5/vendor_perl/TAP/Harness
/usr/share/perl5/vendor_perl/TAP/Harness/Archive.pm

References

Summary

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