How to Install and Uninstall perl-Test-LectroTest.noarch Package on Fedora 36

Last updated: October 11,2024

1. Install "perl-Test-LectroTest.noarch" package

Please follow the step by step instructions below to install perl-Test-LectroTest.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install perl-Test-LectroTest.noarch

2. Uninstall "perl-Test-LectroTest.noarch" package

Learn how to uninstall perl-Test-LectroTest.noarch on Fedora 36:

$ sudo dnf remove perl-Test-LectroTest.noarch $ sudo dnf autoremove

3. Information about the perl-Test-LectroTest.noarch package on Fedora 36

Last metadata expiration check: 0:23:04 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-Test-LectroTest
Version : 0.5001
Release : 26.fc36
Architecture : noarch
Size : 79 k
Source : perl-Test-LectroTest-0.5001-26.fc36.src.rpm
Repository : fedora
Summary : Easy, automatic, specification-based tests
URL : https://metacpan.org/release/Test-LectroTest
License : GPL+ or Artistic
Description : 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.