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

Last updated: November 29,2024

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

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

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

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

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

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

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

Last metadata expiration check: 2:32:30 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : perl-Test-Strict
Version : 0.52
Release : 8.fc35
Architecture : noarch
Size : 27 k
Source : perl-Test-Strict-0.52-8.fc35.src.rpm
Repository : fedora
Summary : Check syntax, presence of use strict/warnings, and test coverage
URL : https://metacpan.org/release/Test-Strict
License : GPL+ or Artistic
Description : "Test::Strict" lets you check the syntax, presence of "use strict;" and
: "use warnings;" in your perl code. It reports its results in standard
: "Test::Simple" fashion.