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

Last updated: May 18,2024

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

This tutorial shows how to install perl-Test-Unit-Lite.noarch on Fedora 35

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

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

Please follow the guidelines below to uninstall perl-Test-Unit-Lite.noarch on Fedora 35:

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

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

Last metadata expiration check: 2:33:45 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : perl-Test-Unit-Lite
Epoch : 1
Version : 0.12
Release : 42.fc35
Architecture : noarch
Size : 30 k
Source : perl-Test-Unit-Lite-0.12-42.fc35.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.