How to Install and Uninstall perl-Test-NoWarnings.noarch Package on Amazon Linux 2

Last updated: May 10,2024

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

Learn how to install perl-Test-NoWarnings.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install perl-Test-NoWarnings.noarch

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

This guide covers the steps necessary to uninstall perl-Test-NoWarnings.noarch on Amazon Linux 2:

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

3. Information about the perl-Test-NoWarnings.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : perl-Test-NoWarnings
Arch : noarch
Version : 1.04
Release : 2.amzn2
Size : 26 k
Repo : amzn2-core/2/x86_64
Summary : Make sure you didn't emit any warnings while testing
URL : http://search.cpan.org/dist/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.