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

Last updated: October 05,2024

1. Install "perl-Test.noarch" package

This guide let you learn how to install perl-Test.noarch on Rocky Linux 9

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

2. Uninstall "perl-Test.noarch" package

This guide covers the steps necessary to uninstall perl-Test.noarch on Rocky Linux 9:

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

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

Last metadata expiration check: 0:15:44 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : perl-Test
Version : 1.31
Release : 480.el9
Architecture : noarch
Size : 29 k
Source : perl-5.32.1-480.el9.src.rpm
Repository : appstream
Summary : Simple framework for writing test scripts
URL : https://www.perl.org/
License : GPL+ or Artistic
Description : The Test Perl module simplifies the task of writing test files for Perl modules,
: such that their output is in the format that Test::Harness expects to see.