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

Last updated: October 05,2024

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

Please follow the guidelines below to install perl-Test-Strict.noarch on Fedora 34

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

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

This guide covers the steps necessary to uninstall perl-Test-Strict.noarch on Fedora 34:

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

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

Last metadata expiration check: 3:46:57 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Test-Strict
Version : 0.52
Release : 6.fc34
Architecture : noarch
Size : 27 k
Source : perl-Test-Strict-0.52-6.fc34.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.