How to Install and Uninstall perl-Test-Modern.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 07,2024

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

Please follow the step by step instructions below to install perl-Test-Modern.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

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

This guide covers the steps necessary to uninstall perl-Test-Modern.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the perl-Test-Modern.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:57:59 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : perl-Test-Modern
Version : 0.013
Release : 15.el9
Architecture : noarch
Size : 42 k
Source : perl-Test-Modern-0.013-15.el9.src.rpm
Repository : epel
Summary : Precision testing for modern perl
URL : https://metacpan.org/release/Test-Modern
License : GPL+ or Artistic
Description : Test::Modern provides the best features of Test::More, Test::Fatal,
: Test::Warnings, Test::API, Test::LongString, and Test::Deep, as well as ideas
: from Test::Requires, Test::DescribeMe, Test::Moose, and Test::CleanNamespaces.
:
: Test::Modern also automatically imposes strict and warnings on your script,
: and loads IO::File (much of the same stuff Modern::Perl does).