How To Install perl-Test2-Plugin-Cover on Fedora 36
Introduction
In this tutorial we learn how to install perl-Test2-Plugin-Cover
on Fedora 36.
What is perl-Test2-Plugin-Cover
This Test2 plugin will collect minimal file coverage data, and will do so with a minimal performance impact.
We can use yum
or dnf
to install perl-Test2-Plugin-Cover
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Test2-Plugin-Cover.
Install perl-Test2-Plugin-Cover 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-Test2-Plugin-Cover
using dnf
by running the following command:
sudo dnf -y install perl-Test2-Plugin-Cover
Install perl-Test2-Plugin-Cover 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-Test2-Plugin-Cover
using yum
by running the following command:
sudo yum -y install perl-Test2-Plugin-Cover
How To Uninstall perl-Test2-Plugin-Cover on Fedora 36
To uninstall only the perl-Test2-Plugin-Cover
package we can use the following command:
sudo dnf remove perl-Test2-Plugin-Cover
perl-Test2-Plugin-Cover Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/b3
/usr/lib/.build-id/b3/408d375bd4a477ed5f4860a6455eac00035a29
/usr/lib64/perl5/vendor_perl/Test2
/usr/lib64/perl5/vendor_perl/Test2/EventFacet
/usr/lib64/perl5/vendor_perl/Test2/EventFacet/Coverage.pm
/usr/lib64/perl5/vendor_perl/Test2/Plugin
/usr/lib64/perl5/vendor_perl/Test2/Plugin/Cover.pm
/usr/lib64/perl5/vendor_perl/auto/Test2
/usr/lib64/perl5/vendor_perl/auto/Test2/Plugin
/usr/lib64/perl5/vendor_perl/auto/Test2/Plugin/Cover
/usr/lib64/perl5/vendor_perl/auto/Test2/Plugin/Cover/Cover.so
/usr/share/doc/perl-Test2-Plugin-Cover
/usr/share/doc/perl-Test2-Plugin-Cover/Changes
/usr/share/doc/perl-Test2-Plugin-Cover/README
/usr/share/licenses/perl-Test2-Plugin-Cover
/usr/share/licenses/perl-Test2-Plugin-Cover/LICENSE
/usr/share/man/man3/Test2::EventFacet::Coverage.3pm.gz
/usr/share/man/man3/Test2::Plugin::Cover.3pm.gz
References
Summary
In this tutorial we learn how to install perl-Test2-Plugin-Cover
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).