How to Install and Uninstall perl-Test-Modern.noarch Package on Oracle Linux 9

Last updated: April 29,2024

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

This guide covers the steps necessary to install perl-Test-Modern.noarch on Oracle Linux 9

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

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

Please follow the instructions below to uninstall perl-Test-Modern.noarch on Oracle Linux 9:

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

3. Information about the perl-Test-Modern.noarch package on Oracle Linux 9

Last metadata expiration check: 3:29:27 ago on Thu Feb 15 07:50:05 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).