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

Last updated: October 07,2024

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

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

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

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

Please follow the guidance below to uninstall perl-Test-NoWarnings.noarch on Fedora 35:

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

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

Last metadata expiration check: 4:39:58 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : perl-Test-NoWarnings
Version : 1.06
Release : 1.fc35
Architecture : noarch
Size : 27 k
Source : perl-Test-NoWarnings-1.06-1.fc35.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.