How To Install perl-Test-NoPlan on Fedora 36

In this tutorial we learn how to install perl-Test-NoPlan in Fedora 36. perl-Test-NoPlan is Check perl test files for no_plan

Introduction

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

What is perl-Test-NoPlan

It is a good idea to ensure you have defined how many tests should be run within each test script - to catch cases where tests bomb out part way through so you know how many tests were not actually run. This module checks all your test plan files to ensure ’no_plan’ is not used.

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

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

sudo dnf -y install perl-Test-NoPlan

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

sudo yum -y install perl-Test-NoPlan

How To Uninstall perl-Test-NoPlan on Fedora 36

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

sudo dnf remove perl-Test-NoPlan

perl-Test-NoPlan Package Contents on Fedora 36

/usr/share/doc/perl-Test-NoPlan
/usr/share/doc/perl-Test-NoPlan/AUTHORS
/usr/share/doc/perl-Test-NoPlan/Changes
/usr/share/doc/perl-Test-NoPlan/README
/usr/share/man/man3/Test::NoPlan.3pm.gz
/usr/share/perl5/vendor_perl/Test
/usr/share/perl5/vendor_perl/Test/NoPlan.pm

References

Summary

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