How to Install and Uninstall perl-Test2-Plugin-NoWarnings.noarch Package on Fedora 34

Last updated: October 07,2024

1. Install "perl-Test2-Plugin-NoWarnings.noarch" package

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

$ sudo dnf update $ sudo dnf install perl-Test2-Plugin-NoWarnings.noarch

2. Uninstall "perl-Test2-Plugin-NoWarnings.noarch" package

This tutorial shows how to uninstall perl-Test2-Plugin-NoWarnings.noarch on Fedora 34:

$ sudo dnf remove perl-Test2-Plugin-NoWarnings.noarch $ sudo dnf autoremove

3. Information about the perl-Test2-Plugin-NoWarnings.noarch package on Fedora 34

Last metadata expiration check: 3:20:57 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Test2-Plugin-NoWarnings
Version : 0.09
Release : 3.fc34
Architecture : noarch
Size : 23 k
Source : perl-Test2-Plugin-NoWarnings-0.09-3.fc34.src.rpm
Repository : fedora
Summary : Fail if tests warn
URL : https://metacpan.org/release/Test2-Plugin-NoWarnings
License : Artistic 2.0
Description : Loading this plugin causes your tests to fail if there are any warnings while
: they run. Each warning generates a new failing test and the warning content is
: outputted via diag.
:
: This module uses $SIG{__WARN__}, so if the code you're testing sets this, then
: this module will stop working.