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

Last updated: January 11,2025

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

This is a short guide on how to install perl-Test-NoWarnings.noarch on Fedora 36

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

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

In this section, we are going to explain the necessary steps to uninstall perl-Test-NoWarnings.noarch on Fedora 36:

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

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

Last metadata expiration check: 0:07:36 ago on Thu Sep 8 14:04:51 2022.
Available Packages
Name : perl-Test-NoWarnings
Version : 1.06
Release : 2.fc36
Architecture : noarch
Size : 27 k
Source : perl-Test-NoWarnings-1.06-2.fc36.src.rpm
Repository : fedora
Summary : Make sure you didn't emit any warnings while testing
URL : https://metacpan.org/release/Test-NoWarnings
License : LGPLv2+
Description : In general, your tests shouldn't produce warnings. This module causes any
: warnings to be captured and stored. It automatically adds an extra test
: that will run when your script ends to check that there were no warnings.
: If there were any warnings, the test will give a "not ok" and diagnostics of
: where, when and what the warning was, including a stack trace of what was
: going on when the it occurred.