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

Last updated: January 10,2025

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

Please follow the guidance below to install perl-Test-LectroTest.noarch on Fedora 35

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

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

Please follow the step by step instructions below to uninstall perl-Test-LectroTest.noarch on Fedora 35:

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

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

Last metadata expiration check: 1:51:06 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : perl-Test-LectroTest
Version : 0.5001
Release : 25.fc35
Architecture : noarch
Size : 79 k
Source : perl-Test-LectroTest-0.5001-25.fc35.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.