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

Last updated: October 09,2024

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

Please follow the guidance below to install perl-Test-Class.noarch on Rocky Linux 9

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

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

In this section, we are going to explain the necessary steps to uninstall perl-Test-Class.noarch on Rocky Linux 9:

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

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

Last metadata expiration check: 0:14:17 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : perl-Test-Class
Version : 0.52
Release : 1.el9
Architecture : noarch
Size : 64 k
Source : perl-Test-Class-0.52-1.el9.src.rpm
Repository : epel
Summary : Easily create test classes in an xUnit/JUnit style
URL : https://metacpan.org/release/Test-Class
License : GPL+ or Artistic
Description : Test::Class provides a simple way of creating classes and objects to test
: your code in an xUnit style.