How to Install and Uninstall perl-Test-Unit-Lite.noarch Package on Rocky Linux 8

Last updated: May 18,2024

1. Install "perl-Test-Unit-Lite.noarch" package

Please follow the instructions below to install perl-Test-Unit-Lite.noarch on Rocky Linux 8

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

2. Uninstall "perl-Test-Unit-Lite.noarch" package

Please follow the guidance below to uninstall perl-Test-Unit-Lite.noarch on Rocky Linux 8:

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

3. Information about the perl-Test-Unit-Lite.noarch package on Rocky Linux 8

Last metadata expiration check: 1:59:15 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : perl-Test-Unit-Lite
Epoch : 1
Version : 0.12
Release : 33.el8
Architecture : noarch
Size : 34 k
Source : perl-Test-Unit-Lite-0.12-33.el8.src.rpm
Repository : epel
Summary : Unit testing without external dependencies
URL : https://metacpan.org/release/Test-Unit-Lite
License : GPL+ or Artistic
Description : This framework provides a lighter version of Test::Unit framework. It
: implements some of the Test::Unit classes and methods needed to run test
: units. Test::Unit::Lite tries to be compatible with public API of
: Test::Unit. It doesn't implement all classes and methods at 100% and only
: those necessary to run tests are available.