How to Install and Uninstall perl-TAP-Formatter-HTML.noarch Package on Fedora 39

Last updated: October 05,2024

1. Install "perl-TAP-Formatter-HTML.noarch" package

This guide covers the steps necessary to install perl-TAP-Formatter-HTML.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install perl-TAP-Formatter-HTML.noarch

2. Uninstall "perl-TAP-Formatter-HTML.noarch" package

This tutorial shows how to uninstall perl-TAP-Formatter-HTML.noarch on Fedora 39:

$ sudo dnf remove perl-TAP-Formatter-HTML.noarch $ sudo dnf autoremove

3. Information about the perl-TAP-Formatter-HTML.noarch package on Fedora 39

Last metadata expiration check: 1:24:36 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : perl-TAP-Formatter-HTML
Version : 0.13
Release : 1.fc39
Architecture : noarch
Size : 66 k
Source : perl-TAP-Formatter-HTML-0.13-1.fc39.src.rpm
Repository : fedora
Summary : TAP Test Harness output delegate for html output
URL : https://metacpan.org/release/TAP-Formatter-HTML
License : GPL-1.0-or-later OR Artistic-1.0-Perl
Description : This module provides HTML output formatting for TAP::Harness (a replacement
: for Test::Harness). It is largely based on ideas from TAP::Test::HTMLMatrix
: (which was built on Test::Harness and thus had a few limitations - hence
: this module).
:
: This module is targeted at all users of automated test suites. It's meant to
: make reading test results easier, giving you a visual summary of your test
: suite and letting you drill down into individual failures (which will hopefully
: make testing more likely to happen at your organization!).