How To Install perl-Test-LectroTest on Fedora 36

In this tutorial we learn how to install perl-Test-LectroTest in Fedora 36. perl-Test-LectroTest is Easy, automatic, specification-based tests

Introduction

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

What is perl-Test-LectroTest

LectroTest is an automated, specification-based testing system. To use it, declare properties that specify the expected behavior of your software. Then invoke LectroTest to test whether those properties hold. LectroTest does this by running repeated random trials against your software. If LectroTest finds that a property doesn’t hold, it emits the counterexample that “broke” your software. You can then plug the counterexample into your software to debug the problem.

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

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

sudo dnf -y install perl-Test-LectroTest

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

sudo yum -y install perl-Test-LectroTest

How To Uninstall perl-Test-LectroTest on Fedora 36

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

sudo dnf remove perl-Test-LectroTest

perl-Test-LectroTest Package Contents on Fedora 36

/usr/share/doc/perl-Test-LectroTest
/usr/share/doc/perl-Test-LectroTest/Changes
/usr/share/doc/perl-Test-LectroTest/README
/usr/share/doc/perl-Test-LectroTest/THANKS
/usr/share/doc/perl-Test-LectroTest/TODO
/usr/share/man/man3/Test::LectroTest.3pm.gz
/usr/share/man/man3/Test::LectroTest::Compat.3pm.gz
/usr/share/man/man3/Test::LectroTest::FailureRecorder.3pm.gz
/usr/share/man/man3/Test::LectroTest::Generator.3pm.gz
/usr/share/man/man3/Test::LectroTest::Property.3pm.gz
/usr/share/man/man3/Test::LectroTest::RegressionTesting.3pm.gz
/usr/share/man/man3/Test::LectroTest::TestRunner.3pm.gz
/usr/share/man/man3/Test::LectroTest::Tutorial.3pm.gz
/usr/share/perl5/vendor_perl/Test
/usr/share/perl5/vendor_perl/Test/LectroTest
/usr/share/perl5/vendor_perl/Test/LectroTest.pm
/usr/share/perl5/vendor_perl/Test/LectroTest/Compat.pm
/usr/share/perl5/vendor_perl/Test/LectroTest/FailureRecorder.pm
/usr/share/perl5/vendor_perl/Test/LectroTest/Generator.pm
/usr/share/perl5/vendor_perl/Test/LectroTest/Property.pm
/usr/share/perl5/vendor_perl/Test/LectroTest/RegressionTesting.pod
/usr/share/perl5/vendor_perl/Test/LectroTest/TestRunner.pm
/usr/share/perl5/vendor_perl/Test/LectroTest/Tutorial.pod

References

Summary

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