How to Install and Uninstall perl-ExtUtils-MakeMaker-Coverage.noarch Package on Fedora 36

Last updated: October 07,2024

1. Install "perl-ExtUtils-MakeMaker-Coverage.noarch" package

Please follow the steps below to install perl-ExtUtils-MakeMaker-Coverage.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install perl-ExtUtils-MakeMaker-Coverage.noarch

2. Uninstall "perl-ExtUtils-MakeMaker-Coverage.noarch" package

This tutorial shows how to uninstall perl-ExtUtils-MakeMaker-Coverage.noarch on Fedora 36:

$ sudo dnf remove perl-ExtUtils-MakeMaker-Coverage.noarch $ sudo dnf autoremove

3. Information about the perl-ExtUtils-MakeMaker-Coverage.noarch package on Fedora 36

Last metadata expiration check: 5:53:50 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-ExtUtils-MakeMaker-Coverage
Version : 0.05
Release : 42.fc36
Architecture : noarch
Size : 17 k
Source : perl-ExtUtils-MakeMaker-Coverage-0.05-42.fc36.src.rpm
Repository : fedora
Summary : Allows perl modules to check test coverage with Devel::Cover
URL : http://backpan.perl.org/authors/id/S/SM/SMPETERS/
License : GPL+ or Artistic
Description : This module adds an additional target to the Makefile generated by
: ExtUtils::MakeMaker. The target, testcover, calls cover, the
: command-line script to generate test coverage statistics, to clean up
: any data from a previous run. It then runs the tests, as if make test
: was run, then calls cover again to generate the coverage statistics.