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

Last updated: October 07,2024

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

Learn how to install perl-Test-Strict.noarch on Fedora 36

$ 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 36:

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

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

Last metadata expiration check: 4:56:58 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-Test-Strict
Version : 0.52
Release : 9.fc36
Architecture : noarch
Size : 27 k
Source : perl-Test-Strict-0.52-9.fc36.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.