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

Last updated: June 26,2024

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

Please follow the instructions below to install perl-Test-Spec.noarch on Fedora 36

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

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

Please follow the guidelines below to uninstall perl-Test-Spec.noarch on Fedora 36:

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

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

Last metadata expiration check: 5:37:29 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-Test-Spec
Version : 0.54
Release : 14.fc36
Architecture : noarch
Size : 48 k
Source : perl-Test-Spec-0.54-14.fc36.src.rpm
Repository : fedora
Summary : Write tests in a declarative specification style
URL : https://metacpan.org/release/Test-Spec
License : GPL+ or Artistic
Description : This is a declarative specification-style testing system for behavior-driven
: development (BDD) in Perl. The tests (a.k.a. examples) are named with strings
: instead of subroutine names, so your fingers will suffer less fatigue from
: underscore-itis, with the side benefit that the test reports are more legible.