How To Install perl-Test-Requires on Fedora 36

In this tutorial we learn how to install perl-Test-Requires in Fedora 36. perl-Test-Requires is Checks to see if a given module can be loaded

Introduction

In this tutorial we learn how to install perl-Test-Requires on Fedora 36.

What is perl-Test-Requires

Test If this fails, rather than failing tests this skips all tests.

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

Install perl-Test-Requires 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-Test-Requires using dnf by running the following command:

sudo dnf -y install perl-Test-Requires

Install perl-Test-Requires 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-Test-Requires using yum by running the following command:

sudo yum -y install perl-Test-Requires

How To Uninstall perl-Test-Requires on Fedora 36

To uninstall only the perl-Test-Requires package we can use the following command:

sudo dnf remove perl-Test-Requires

perl-Test-Requires Package Contents on Fedora 36

/usr/share/doc/perl-Test-Requires
/usr/share/doc/perl-Test-Requires/Changes
/usr/share/doc/perl-Test-Requires/README.md
/usr/share/doc/perl-Test-Requires/t
/usr/share/doc/perl-Test-Requires/t/00_compile.t
/usr/share/doc/perl-Test-Requires/t/01_simple.t
/usr/share/doc/perl-Test-Requires/t/02_no_plan.t
/usr/share/doc/perl-Test-Requires/t/03_import_hashref.t
/usr/share/doc/perl-Test-Requires/t/04_import_array.t
/usr/share/doc/perl-Test-Requires/t/05_success.t
/usr/share/doc/perl-Test-Requires/t/06_perlver.t
/usr/share/doc/perl-Test-Requires/xt
/usr/share/doc/perl-Test-Requires/xt/02_perlcritic.t
/usr/share/doc/perl-Test-Requires/xt/perlcriticrc
/usr/share/licenses/perl-Test-Requires
/usr/share/licenses/perl-Test-Requires/LICENSE
/usr/share/man/man3/Test::Requires.3pm.gz
/usr/share/perl5/vendor_perl/Test
/usr/share/perl5/vendor_perl/Test/Requires.pm

References

Summary

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