How To Install perl-Test-Is on Fedora 36

In this tutorial we learn how to install perl-Test-Is in Fedora 36. perl-Test-Is is Skip test in a declarative way

Introduction

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

What is perl-Test-Is

This module is a simple way of following the specifications of the environment variables available for Perl tests as defined as one of the “Lancaster Consensus” at Perl QA Hackathon 2013. Those variables (NONINTERACTIVE_TESTING, EXTENDED_TESTING) define which tests should be skipped.

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

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

sudo dnf -y install perl-Test-Is

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

sudo yum -y install perl-Test-Is

How To Uninstall perl-Test-Is on Fedora 36

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

sudo dnf remove perl-Test-Is

perl-Test-Is Package Contents on Fedora 36

/usr/share/doc/perl-Test-Is
/usr/share/doc/perl-Test-Is/Changes
/usr/share/doc/perl-Test-Is/README
/usr/share/licenses/perl-Test-Is
/usr/share/licenses/perl-Test-Is/LICENSE
/usr/share/man/man3/Test::Is.3pm.gz
/usr/share/perl5/vendor_perl/Test
/usr/share/perl5/vendor_perl/Test/Is.pm

References

Summary

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