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

Last updated: October 05,2024

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

This guide covers the steps necessary to install perl-ExtUtils-MakeMaker-Coverage.noarch on Fedora 34

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

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

Please follow the instructions below to uninstall perl-ExtUtils-MakeMaker-Coverage.noarch on Fedora 34:

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

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

Last metadata expiration check: 5:19:13 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-ExtUtils-MakeMaker-Coverage
Version : 0.05
Release : 39.fc34
Architecture : noarch
Size : 17 k
Source : perl-ExtUtils-MakeMaker-Coverage-0.05-39.fc34.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.