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

Last updated: November 28,2024

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

Please follow the instructions below to install perl-Test-LectroTest.noarch on Fedora 39

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

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

Please follow the guidance below to uninstall perl-Test-LectroTest.noarch on Fedora 39:

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

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

Last metadata expiration check: 5:11:57 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : perl-Test-LectroTest
Version : 0.5001
Release : 30.fc39
Architecture : noarch
Size : 81 k
Source : perl-Test-LectroTest-0.5001-30.fc39.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.