How to Install and Uninstall perl-Test-Unit-Lite.noarch Package on Fedora 34

Last updated: July 01,2024

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

Here is a brief guide to show you how to install perl-Test-Unit-Lite.noarch on Fedora 34

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

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

This guide let you learn how to uninstall perl-Test-Unit-Lite.noarch on Fedora 34:

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

3. Information about the perl-Test-Unit-Lite.noarch package on Fedora 34

Last metadata expiration check: 5:49:56 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Test-Unit-Lite
Epoch : 1
Version : 0.12
Release : 40.fc34
Architecture : noarch
Size : 31 k
Source : perl-Test-Unit-Lite-0.12-40.fc34.src.rpm
Repository : fedora
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.