How to Install and Uninstall perl-Test-Regression.noarch Package on Fedora 36

Last updated: May 18,2024

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

Please follow the steps below to install perl-Test-Regression.noarch on Fedora 36

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

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

This guide let you learn how to uninstall perl-Test-Regression.noarch on Fedora 36:

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

3. Information about the perl-Test-Regression.noarch package on Fedora 36

Last metadata expiration check: 1:35:40 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-Test-Regression
Version : 0.08
Release : 17.fc36
Architecture : noarch
Size : 16 k
Source : perl-Test-Regression-0.08-17.fc36.src.rpm
Repository : fedora
Summary : Test library that can generate outputs and compare against them
URL : https://metacpan.org/release/Test-Regression
License : GPL+ or Artistic
Description : Using the various Test:: modules you can compare the output of a function
: against what you expect. However if the output is complex and changes from
: version to version, maintenance of the expected output could be costly.
: This module allows one to use the test code to generate the expected
: output, so that if the differences with model output are expected, one can
: easily refresh the model output.