How To Install perl-TAP-Formatter-HTML on Fedora 36

In this tutorial we learn how to install perl-TAP-Formatter-HTML in Fedora 36. perl-TAP-Formatter-HTML is TAP Test Harness output delegate for html output

Introduction

In this tutorial we learn how to install perl-TAP-Formatter-HTML on Fedora 36.

What is perl-TAP-Formatter-HTML

This module provides HTML output formatting for TAP for Test (which was built on Test this module). For sample output, see

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

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

sudo dnf -y install perl-TAP-Formatter-HTML

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

sudo yum -y install perl-TAP-Formatter-HTML

How To Uninstall perl-TAP-Formatter-HTML on Fedora 36

To uninstall only the perl-TAP-Formatter-HTML package we can use the following command:

sudo dnf remove perl-TAP-Formatter-HTML

perl-TAP-Formatter-HTML Package Contents on Fedora 36

/usr/share/doc/perl-TAP-Formatter-HTML
/usr/share/doc/perl-TAP-Formatter-HTML/Changes
/usr/share/doc/perl-TAP-Formatter-HTML/README
/usr/share/doc/perl-TAP-Formatter-HTML/Todo
/usr/share/man/man3/App::Prove::Plugin::HTML.3pm.gz
/usr/share/man/man3/TAP::Formatter::HTML.3pm.gz
/usr/share/man/man3/TAP::Formatter::HTML::Session.3pm.gz
/usr/share/perl5/vendor_perl/App
/usr/share/perl5/vendor_perl/App/Prove
/usr/share/perl5/vendor_perl/App/Prove/Plugin
/usr/share/perl5/vendor_perl/App/Prove/Plugin/HTML.pm
/usr/share/perl5/vendor_perl/TAP
/usr/share/perl5/vendor_perl/TAP/Formatter
/usr/share/perl5/vendor_perl/TAP/Formatter/HTML
/usr/share/perl5/vendor_perl/TAP/Formatter/HTML.pm
/usr/share/perl5/vendor_perl/TAP/Formatter/HTML/Session.pm
/usr/share/perl5/vendor_perl/TAP/Formatter/HTML/default_page.css
/usr/share/perl5/vendor_perl/TAP/Formatter/HTML/default_report.css
/usr/share/perl5/vendor_perl/TAP/Formatter/HTML/default_report.js
/usr/share/perl5/vendor_perl/TAP/Formatter/HTML/default_report.tt2
/usr/share/perl5/vendor_perl/TAP/Formatter/HTML/jquery-1.4.2.min.js
/usr/share/perl5/vendor_perl/TAP/Formatter/HTML/jquery.tablesorter-2.0.3.min.js

References

Summary

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